Compartilhar via


NSOrderedSet.Intersects Método

Definição

Sobrecargas

Intersects(NSOrderedSet)

Se pelo menos um objeto nesse conjunto está no outro conjunto.

Intersects(NSSet)

Intersects(NSOrderedSet)

Se pelo menos um objeto nesse conjunto está no outro conjunto.

[Foundation.Export("intersectsOrderedSet:")]
public virtual bool Intersects (Foundation.NSOrderedSet other);
abstract member Intersects : Foundation.NSOrderedSet -> bool
override this.Intersects : Foundation.NSOrderedSet -> bool

Parâmetros

other
NSOrderedSet

Retornos

Atributos

Aplica-se a

Intersects(NSSet)

[Foundation.Export("intersectsSet:")]
public virtual bool Intersects (Foundation.NSSet other);
abstract member Intersects : Foundation.NSSet -> bool
override this.Intersects : Foundation.NSSet -> bool

Parâmetros

other
NSSet

Retornos

Atributos

Aplica-se a