Skip to content

JSTypedArray<T>.Is<TOther> method

Checks if the T struct can be created from this instance`.

C#
public bool Is<TOther>()
    where TOther : struct, IJSValue<TOther>
parameterdescription
TOtherA struct that implements IJSValue interface.

Return Value

true if the T struct can be created from this instance. Otherwise it returns false.

See Also

Released under the MIT license