Edit

Share via


JSValue.IsEqualTo(NSObject) Method

Definition

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

Applies to