Skip to content

JsonElementForBooleanFalseSchema.Inequality Operator

Definition

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

Overloads

Operator Description
operator !=(JsonElementForBooleanFalseSchema, JsonElementForBooleanFalseSchema) Determines whether two JsonElementForBooleanFalseSchema instances are not equal.
operator !=(JsonElementForBooleanFalseSchema, JsonElement) Determines whether a JsonElementForBooleanFalseSchema and a JsonElement are not eq...

operator !=(JsonElementForBooleanFalseSchema, JsonElementForBooleanFalseSchema)

Source: JsonElementForBooleanFalseSchema.cs

Determines whether two JsonElementForBooleanFalseSchema instances are not equal.

public static bool operator !=(JsonElementForBooleanFalseSchema left, JsonElementForBooleanFalseSchema right)

Parameters

Name Type Description
left JsonElementForBooleanFalseSchema The first instance to compare.
right JsonElementForBooleanFalseSchema The second instance to compare.

Returns

bool

true if the instances are not equal; otherwise, false.

Applies To

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

operator !=(JsonElementForBooleanFalseSchema, JsonElement)

Source: JsonElementForBooleanFalseSchema.cs

Determines whether a JsonElementForBooleanFalseSchema and a JsonElement are not equal.

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

Parameters

Name Type Description
left JsonElementForBooleanFalseSchema The JsonElementForBooleanFalseSchema instance to compare.
right JsonElement The JsonElement instance to compare.

Returns

bool

true if the instances are not equal; otherwise, false.

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