Test additional content header

ConditionExclusiveOr Operator

Computes the exclusive-or of two values.

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
The value to xor with right.
right  Condition
The value to xor with left.

Return Value

Condition
The exclusive-or of left and right.

Implements

IBitwiseOperatorsTSelf, TOther, TResultExclusiveOr(TSelf, TOther)

See Also