T - The type of objects to compare.public interface IEquatable<T>
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equalsType(T other)
Indicates whether the current object is equal to another object of the same type. 
 | 
boolean equalsType(T other)
other - An object to compare with this object.