Skip to content

JSSet Equality operator

Compares two JS values using JS "strict" equality.

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

See Also

Released under the MIT license