Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Condition
Inequality 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
C#
Copy
View Source
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
IEqualityOperators
TSelf, TOther, TResult
Inequality(TSelf, TOther)
Remarks
The Equality method defines the operation of the equality operator for Conditions values.
See Also
Reference
Condition Class
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Parameters
Return Value
Implements
Remarks
See Also