equals


Description:

public bool equals (JsonValue other)

Structural equality comparison.

Two JSON values are equal if they have the same type and the same content. Objects are compared key-by-key; arrays are compared element- by-element.

Parameters:

other

the other value.

Returns:

true if structurally equal.