Condition Conversion (Boolean to Condition)
Implicit converstion from Boolean to
Condition.
Namespace: Fluent.Calculations.Primitives.BaseTypesAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static implicit operator Condition (
bool value
)
- value Boolean
- Boolean value to cast.
ConditionCondition representing the specified Boolean value, either true or false.