| Did you know ... | Search Documentation: |
| class equal |
Test for equality. Succeeds if both equal<-left
and equal<-right
are equal (compared by reference). The following example returns the
first object called gnu in Chain:
get(Chain, find, @arg1?name == gnu, Gnu)
See also class \== and object->equal.
->equal \== ->is_on ->is_off ->has_value
->_execute.
<-left
and equal<-right
operant. Either or both may be a function, which is evaluated by equal->_execute.