operator == 抽象方法

bool operator ==(
  1. Object other
)
override

一个 URI 等于另一个具有相同规范表示形式的 URI。

实现

bool operator ==(Object other);