JsonValueEquality Operator
Determines whether two specified
JsonValue instances have the same value.
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public static bool operator ==(
JsonValue left,
JsonValue right
)
Public Shared Operator = (
left As JsonValue,
right As JsonValue
) As Boolean
public:
static bool operator ==(
JsonValue left,
JsonValue right
)
static let inline (=)
left : JsonValue *
right : JsonValue : bool
- left JsonValue
- The left argument of the equality check.
- right JsonValue
- The right argument of the equality check.
BooleanThe result of the equality check.