Compartir a través de


NSOrderedSet.Intersects Método

Definición

Sobrecargas

Intersects(NSOrderedSet)

Si al menos un objeto de este conjunto está en el otro conjunto.

Intersects(NSSet)

Intersects(NSOrderedSet)

Si al menos un objeto de este conjunto está en el otro 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

Devoluciones

Atributos

Se aplica 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

Devoluciones

Atributos

Se aplica a