Compartir a través de


NSOrderedSet.IsSubset Método

Definición

Sobrecargas

IsSubset(NSOrderedSet)

Si este conjunto es un subconjunto del otro conjunto.

IsSubset(NSSet)

IsSubset(NSOrderedSet)

Si este conjunto es un subconjunto del otro conjunto.

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

Parámetros

other
NSOrderedSet

Devoluciones

Atributos

Se aplica a

IsSubset(NSSet)

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

Parámetros

other
NSSet

Devoluciones

Atributos

Se aplica a