Test additional content header

ConditionInequality Operator

Returns a value that indicates whether two Conditions have different values.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static Condition operator !=(
	Condition? left,
	Condition? right
)

Parameters

left  Condition
The value to compare with right.
right  Condition
The value to compare with left.

Return Value

Condition
Condition representing if left and right are different.

Implements

IEqualityOperatorsTSelf, TOther, TResultInequality(TSelf, TOther)

Remarks

The Equality method defines the operation of the equality operator for Conditions values.

See Also