NSOrderedSet.Contains Method

Definition

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

Applies to

Contains(Object)

public bool Contains (object obj);
member this.Contains : obj -> bool

Parameters

obj
Object

Returns

Applies to