Skip to content

JsonPointer.Equality Operator

Definition

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

Overloads

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

operator ==(ref JsonPointer, ref JsonPointer)

Operator ==.

public static bool operator ==(ref JsonPointer left, ref JsonPointer right)

Parameters

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

Returns

bool

True if the values are equal.

Applies To

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

operator ==(ref JsonPointer, ref JsonElement)

Operator ==.

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

Parameters

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

Returns

bool

True if the values are 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