isEqual method

bool isEqual(
  1. ContactID cid
)

Implementation

bool isEqual(ContactID cid) {
  return getKey() == cid.getKey();
}