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