Test additional content header

Condition   Conversion (Boolean to Condition)

Implicit converstion from Boolean to Condition.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static implicit operator Condition (
	bool value
)

Parameters

value  Boolean
Boolean value to cast.

Return Value

Condition
Condition representing the specified Boolean value, either true or false.

See Also