NSDictionary.IsEqualToDictionary(NSDictionary) Method

Definition

True if the dictionaries have the same number of entries and, for all keys, the values return true for Equals.

[Foundation.Export("isEqualToDictionary:")]
public virtual bool IsEqualToDictionary (Foundation.NSDictionary other);
abstract member IsEqualToDictionary : Foundation.NSDictionary -> bool
override this.IsEqualToDictionary : Foundation.NSDictionary -> bool

Parameters

other
NSDictionary

Returns

Attributes

Applies to