Compares this object against the specified object.
The result is
true
if and only if the argument is
not
null
and it represents the same interface address as
this object.
Two instances of InterfaceAddress
represent the same
address if the InetAddress, the prefix length and the broadcast are
the same for both.
Returns:
true
if the objects are the same;
false
otherwise.
Parameters:
- obj - the object to compare against.
See Also:
InterfaceAddress.hashCode()
,