Test additional content header

NumberInequality Operator

Returns a value that indicates whether two Nummber objects 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 !=(
	Number? left,
	Number? right
)

Parameters

left  Number
The first value to compare.
right  Number
The second value to compare.

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 Number values.

See Also