NSIndexSet.Contains 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
Contains(NSIndexSet) |
Whether this NSIndexSet contains all the specified indices. |
Contains(nuint) |
Contains(NSIndexSet)
Whether this NSIndexSet contains all the specified indices.
[Foundation.Export("containsIndexes:")]
public virtual bool Contains (Foundation.NSIndexSet indexes);
abstract member Contains : Foundation.NSIndexSet -> bool
override this.Contains : Foundation.NSIndexSet -> bool
Parameters
- indexes
- NSIndexSet
Returns
- Attributes
Applies to
Contains(nuint)
[Foundation.Export("containsIndex:")]
public virtual bool Contains (nuint index);
abstract member Contains : nuint -> bool
override this.Contains : nuint -> bool
Parameters
- index
- System.System.UIntPtr System.unativeint
Returns
- Attributes