NSDictionary.ContainsKey(NSObject) Method

Definition

Determines whether the specified key exists in the dictionary.

public bool ContainsKey(Foundation.NSObject key);
abstract member ContainsKey : Foundation.NSObject -> bool
override this.ContainsKey : Foundation.NSObject -> bool

Parameters

key
NSObject

Key to look up in the dictionary.

Returns

true if the key exists in the dictionary; otherwise, false.

Implements

Applies to