@==(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
.
From here you can search these documents. Enter your search terms below.