NSOrderedSet.IsSubset Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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