NSOrderedSet.IsSubset Method

Definition

Overloads

IsSubset(NSOrderedSet)

Whether this set is a subset of the other set.

IsSubset(NSSet)

IsSubset(NSOrderedSet)

Whether this set is a subset of the other set.

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

Parameters

other
NSOrderedSet

Returns

Attributes

Applies to

IsSubset(NSSet)

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

Parameters

other
NSSet

Returns

Attributes

Applies to