equals method

bool equals(
  1. Object oth
)

Implementation

bool equals(Object oth) {
  return compare(oth as IPAddress) == 0;
}