Skip to main content

Color, Color

Scalar, Scalar

Scalar Field, Scalar Field

Text, Text

Color, Color

Return a true Bool value if the first Color is equal to the second Color, false if otherwise.

Inputs

NameTypeDescription
Operand aColorThe first value.
Operand bColorThe second value.

Outputs

Type
Bool

Scalar, Scalar

Return a true Bool value if the first Scalar number equals the second, false if otherwise.

Inputs

NameTypeDescription
Operand aScalarThe first value.
Operand bScalarThe second value.

Outputs

Type
Bool

Scalar Field, Scalar Field

Return a Bool Field of values that are true where the first Scalar Field equals the second, false if otherwise.

Inputs

NameTypeDescription
Operand aScalar FieldThe first value.
Operand bScalar FieldThe second value.

Outputs

Text, Text

Returns True if the first String equals the second, False otherwise.

Inputs

NameTypeDescription
Operand aTextThe first value.
Operand bTextThe second value.

Outputs

Type
Bool