equals method

bool equals(
  1. MultiAddr addr
)

Implementation

bool equals(MultiAddr addr) {
  return addr.toString() == _addr;
}