Skip to content

JsonPatchDocument.TestOperation.Inequality Operator

Definition

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

Overloads

Operator Description
operator !=(JsonPatchDocument.TestOperation, JsonPatchDocument.TestOperation)
operator !=(JsonPatchDocument.TestOperation, JsonElement)

operator !=(JsonPatchDocument.TestOperation, JsonPatchDocument.TestOperation)

public static bool operator !=(in JsonPatchDocument.TestOperation left, in JsonPatchDocument.TestOperation right)

Parameters

Name Type Description
left JsonPatchDocument.TestOperation
right JsonPatchDocument.TestOperation

Returns

bool

Applies To

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

operator !=(JsonPatchDocument.TestOperation, JsonElement)

public static bool operator !=(in JsonPatchDocument.TestOperation left, in JsonElement right)

Parameters

Name Type Description
left JsonPatchDocument.TestOperation
right JsonElement

Returns

bool

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