\"\" \"\" \"\"
Go backward to =: Assignment
Go up to General
RISC-Linz logo

==: Comparison

equal = (p == q)
      int equal
      Pointer<T> p
      Pointer<T> q

Specification: Returns 1 if p and q are bound to the same object and 0 else.

Complexity: O(1).


Author: Wolfgang Schreiner
Last Modification: April 12, 1997