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