Condividi tramite


NSOrderedSet.IsSubset Metodo

Definizione

Overload

IsSubset(NSOrderedSet)

Se questo set è un subset dell'altro set.

IsSubset(NSSet)

IsSubset(NSOrderedSet)

Se questo set è un subset dell'altro set.

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

Parametri

other
NSOrderedSet

Restituisce

Attributi

Si applica 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

Parametri

other
NSSet

Restituisce

Attributi

Si applica a