DM Reference

DM Ref

❯

operators

❯

== operator

== operator

1 min read

Format

A == B

Returns

1 if A and B are equal; 0 otherwise

Note that this is not the same as the assignment operator (=), which sets A equal to B.

To check if A and B are equivalent, use the ~= operator.

See also

  • >= operator
  • ⇐ operator
  • ⇐> operator
  • ~= operator
  • ~! operator
  • operators

Graph View

  • Format
  • Returns
  • See also

Backlinks

  • != operator
  • < operator
  • <= operator
  • <=> operator
  • <> operator
  • > operator
  • >= operator
  • ~= operator
  • ~! operator

Created with Quartz v4.5.0 © 2025

  • GitHub