JsonValueInequality Operator
Determines whether two specified
JsonValue instances have different values.
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 inequality check.
- right JsonValue
- The right argument of the inequality check.
BooleanThe result of the inequality check.