JSTypedArray<T>.Equals method (1 of 2)
Compares two JS values using JS "strict" equality.
C#
public bool Equals(JSValue other)
See Also
- struct JSValue
- struct JSTypedArray<T>
- namespace Microsoft.JavaScript.NodeApi
JSTypedArray<T>.Equals method (2 of 2)
C#
public override bool Equals(object? obj)
See Also
- struct JSTypedArray<T>
- namespace Microsoft.JavaScript.NodeApi