tester
Interface ISame<T>


public interface ISame<T>

An interface to represent a method that compares two objects for user-defined equality.

Since:
30 May 2007
Author:
Viera K. Proulx

Method Summary
 boolean same(T that)
          Is this object the same as that?
 

Method Detail

same

boolean same(T that)
Is this object the same as that?

Parameters:
that - object
Returns:
true is the two objects are the same (by our definition)