Skip to content

JSArray Inequality operator

Compares two JS values using JS "strict" equality.

C#
public static bool operator !=(JSArray a, JSArray b)

See Also

Released under the MIT license