JSValue.IsEqualTo(NSObject) 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.
Returns a Boolean value that tells whether the JSValue is equal to the specified value
.
[Foundation.Export("isEqualToObject:")]
public virtual bool IsEqualTo (Foundation.NSObject value);
abstract member IsEqualTo : Foundation.NSObject -> bool
override this.IsEqualTo : Foundation.NSObject -> bool
Parameters
- value
- NSObject
Returns
- Attributes