NSDictionary.IsEqualToDictionary(NSDictionary) 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.
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