Test additional content header

Condition(MakeValueArgs) Constructor

Class that represents a Boolean value, which can be either true or false.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public Condition(
	MakeValueArgs makeValueArgs
)

Parameters

makeValueArgs  MakeValueArgs
Arguments for a new Condition with.

Remarks

Class provides same operators as System.Boolean and hence can be seamlessly used in typical logical expressions.

See Also