equivalent method

bool equivalent(
  1. Object other
)

Implementation

bool equivalent(Object other) {
  return this == other;
}