Skip to content

JsonString.Inequality Operator

Definition

Namespace: Corvus.Text.Json.AsyncApi.Internal
Assembly: Corvus.Text.Json.dll

Overloads

Operator Description
operator !=(JsonString, JsonString) Operator !=.
operator !=(JsonString, JsonElement) Operator !=.

operator !=(JsonString, JsonString)

Operator !=.

public static bool operator !=(in JsonString left, in JsonString right)

Parameters

Name Type Description
left JsonString The lhs of the operator.
right JsonString The rhs of the operator.

Returns

bool

True if the values are not equal.

Applies To

Product Versions
.NET 9, 10

operator !=(JsonString, JsonElement)

Operator !=.

public static bool operator !=(in JsonString left, in JsonElement right)

Parameters

Name Type Description
left JsonString The lhs of the operator.
right JsonElement The rhs of the operator.

Returns

bool

True if the values are not equal.

Applies To

Product Versions
.NET 9, 10

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests.

Open an issue