Test additional content header

ConditionBitwiseAnd Operator

Computes the logical AND 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 and right are true.

Implements

IBitwiseOperatorsTSelf, TOther, TResultBitwiseAnd(TSelf, TOther)

See Also