Compartilhar via


NSOrderedSet.IsSubset Método

Definição

Sobrecargas

IsSubset(NSOrderedSet)

Se esse conjunto é um subconjunto do outro conjunto.

IsSubset(NSSet)

IsSubset(NSOrderedSet)

Se esse conjunto é um subconjunto do outro 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

Retornos

Atributos

Aplica-se 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

Retornos

Atributos

Aplica-se a