JSValue.IsInstanceOf(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 an instance of the specified type.
[Foundation.Export("isInstanceOf:")]
public virtual bool IsInstanceOf (Foundation.NSObject value);
abstract member IsInstanceOf : Foundation.NSObject -> bool
override this.IsInstanceOf : Foundation.NSObject -> bool
Parameters
- value
- NSObject
Returns
- Attributes