NSSet.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) | |
Contains(Object) |
Contains(NSObject)
[Foundation.Export("containsObject:")]
public virtual bool Contains (Foundation.NSObject id);
abstract member Contains : Foundation.NSObject -> bool
override this.Contains : Foundation.NSObject -> bool
Parameters
- id
- NSObject
Returns
- Attributes