NSOrderedSet.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(NSObject) |
Whether this set contains the specified object. |
Contains(Object) |
Contains(NSObject)
Whether this set contains the specified object.
[Foundation.Export("containsObject:")]
public virtual bool Contains (Foundation.NSObject obj);
abstract member Contains : Foundation.NSObject -> bool
override this.Contains : Foundation.NSObject -> bool
Parameters
- obj
- NSObject
Returns
- Attributes