JSValue.IsEqualWithTypeCoercionTo(NSObject) Method

Definition

Returns a Boolean value that tells whether the JSValue is equal to the specified value after coercion.

[Foundation.Export("isEqualWithTypeCoercionToObject:")]
public virtual bool IsEqualWithTypeCoercionTo (Foundation.NSObject value);
abstract member IsEqualWithTypeCoercionTo : Foundation.NSObject -> bool
override this.IsEqualWithTypeCoercionTo : Foundation.NSObject -> bool

Parameters

value
NSObject

Returns

Attributes

Applies to