Skip to content

JSValue Equality operator

Compares two JS values using JS "strict" equality.

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

See Also

Released under the MIT license