Skip to content

JsonBoolean.Inequality Operator

Definition

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

Overloads

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

operator !=(JsonBoolean, JsonBoolean)

Operator !=.

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

Parameters

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

Returns

bool

True if the values are not equal.

Applies To

Product Versions
.NET 9, 10

operator !=(JsonBoolean, JsonElement)

Operator !=.

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

Parameters

Name Type Description
left JsonBoolean 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