@==(value, value) ; listable

prefix form of the infix relational operator. Same remarks as for @<. So, beware that

@==(1, 1.0)
which is equivalent to 1 == 1.0 evaluates to true.

See also @!=, @>, @>=, @<, @<=