共用方式為


NSOrderedSet.Contains 方法

定義

多載

Contains(NSObject)

這個集合是否包含指定的 物件。

Contains(Object)

Contains(NSObject)

這個集合是否包含指定的 物件。

[Foundation.Export("containsObject:")]
public virtual bool Contains (Foundation.NSObject obj);
abstract member Contains : Foundation.NSObject -> bool
override this.Contains : Foundation.NSObject -> bool

參數

obj
NSObject

傳回

屬性

適用於

Contains(Object)

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

參數

obj
Object

傳回

適用於