operator == 抽象方法

bool operator ==(
  1. Object other
)
override

测试 other 是否是一个指向与当前相同的 SendPortReceivePort

实现

bool operator ==(var other);