Test additional content header

ConditionIsTrue Property

Gets a boolean value representing if the Condition state is true.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public bool IsTrue { get; }

Property Value

Boolean
True if the Condition is True.

See Also