JsonPatchDocument.Equality Operator
Definition
Namespace: Corvus.Text.Json.Patch
Assembly: Corvus.Text.Json.dll
Overloads
| Operator | Description |
|---|---|
| operator ==(JsonPatchDocument, JsonPatchDocument) | Operator ==. |
| operator ==(JsonPatchDocument, JsonElement) | Operator ==. |
operator ==(JsonPatchDocument, JsonPatchDocument)
Operator ==.
public static bool operator ==(in JsonPatchDocument left, in JsonPatchDocument right)
Parameters
| Name | Type | Description |
|---|---|---|
left |
JsonPatchDocument |
The lhs of the operator. |
right |
JsonPatchDocument |
The rhs of the operator. |
Returns
True if the values are equal.
Applies To
| Product | Versions |
|---|---|
| .NET | 9, 10 |
| .NET Standard | 2.0, 2.1 |
operator ==(JsonPatchDocument, JsonElement)
Operator ==.
public static bool operator ==(in JsonPatchDocument left, in JsonElement right)
Parameters
| Name | Type | Description |
|---|---|---|
left |
JsonPatchDocument |
The lhs of the operator. |
right |
JsonElement |
The rhs of the operator. |
Returns
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