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.

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

Related nodes

and, or, not, greaterThan, lessThan, equalDL

Attributes (4)

epsilon, input1, input2, output

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