Test additional content header

ConditionBitwiseOr Operator

Computes the logical OR of specified operands.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static Condition operator |(
	Condition left,
	Condition right
)

Parameters

left  Condition
First operand.
right  Condition
Second operand.

Return Value

Condition
Condition object representing if left, right or both are true.

Implements

IBitwiseOperatorsTSelf, TOther, TResultBitwiseOr(TSelf, TOther)

See Also