equals
Compares this DataValue object with the specified object for equality. Returns true if the objects are the same, have the same runtime class, and their values are equal.
Return
true if the objects are the same, have the same runtime class, and their values are equal, false otherwise
Parameters
other
the object to compare for equality