[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Symbol Class - Method
isEqual()
------------------------------------------------------------------------------
isEqual( <oSymbol> )
Compares the Symbol receiving the message to <oSymbol>, which
should be another Symbol object. If both objects refer to the same
symbol, true (.T.) will be returned, otherwise false (.F.) will be
returned.
This method is necessary because multiple Symbol objects can refer to
the same symbol, and comparing such objects with the double-equal
operator (==) does not reveal whether they refer to the same symbol.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson