Skip to content

JSObject Inequality operator

Compares two JS values using JS "strict" equality.

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

See Also

Released under the MIT license