equals method

bool equals(
  1. PsProxy obj
)

Implementation

bool equals(PsProxy obj) => tag == obj.tag;