Example #1
0
 /** Object equality. */
 @Override
 public boolean equals(Object other) {
   return (other instanceof ObjectValue && value.equals(((ObjectValue) other).value));
 }