Go backward to =: Assignment
Go up to General

==: 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).


Wolfgang.Schreiner@risc.uni-linz.ac.at
Id: main.tex,v 1.10 1996/04/04 11:45:47 schreine Exp

Prev Up