NSValue.IsEqualTo(NSValue) 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.
Whether this NSValue is equal to the specified value. Compares class and contents.
[Foundation.Export("isEqualToValue:")]
public virtual bool IsEqualTo (Foundation.NSValue value);
abstract member IsEqualTo : Foundation.NSValue -> bool
override this.IsEqualTo : Foundation.NSValue -> bool
Parameters
- value
- NSValue
Returns
- Attributes