Go to: Related nodes. Attributes.

This node outputs the result of the comparison (==), logical operation. It outputs true if the inputs are equal more or less the give epsilon.

Note: This node is deprecated in favor of its unitless version "equal" and may be removed in a future release.

Node nameParentsClassificationMFn typeCompatible function sets
equalDLnodemathLinear/comparison:utility/scalar:drawdb/shader/operation/equalkEqualkBase
kNamedObject
kDependencyNode
kEqual

Related nodes

and, or, not, greaterThanDL, lessThanDL, equal

Attributes (4)

epsilon, input1, input2, output

Long name (short name)TypeDefaultFlags
epsilon (e) distance (double)0.0cmoutputinputconnectablestorablekeyable
An epsilon value used for the comparison
input1 (i1) distance (double)0.0cmoutputinputconnectablestorablekeyable
A double input
input2 (i2) distance (double)0.0cmoutputinputconnectablestorablekeyable
A second double input
output (o) boolfalseoutputconnectable
the result of the comparison logical operation.