共用方式為


NSOrderedSet.IsSubset 方法

定義

多載

IsSubset(NSOrderedSet)

此集合是否為另一組的子集。

IsSubset(NSSet)

IsSubset(NSOrderedSet)

此集合是否為另一組的子集。

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

參數

other
NSOrderedSet

傳回

屬性

適用於

IsSubset(NSSet)

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

參數

other
NSSet

傳回

屬性

適用於