Skip to content

JsonPointer.Inequality Operator

Definition

Namespace: Corvus.Text.Json.Patch
Assembly: Corvus.Text.Json.dll

Overloads

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

operator !=(JsonPointer, JsonPointer)

Operator !=.

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

Parameters

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

Returns

bool

True if the values are not equal.

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

operator !=(JsonPointer, JsonElement)

Operator !=.

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

Parameters

Name Type Description
left JsonPointer 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
.NET Standard 2.0, 2.1

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