ConditionFalse Operator
Returns the bool value to indicate if the Condition states is false.
Namespace: Fluent.Calculations.Primitives.BaseTypesAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static bool operator false(
Condition condition
)
- condition Condition
- Condition object to evaluate.
Booleantrue if condition is false, othrwise true.