operator == abstract method Null safety

bool operator ==(
  1. Object other
)
override

A URI is equal to another URI with the same normalized representation.

Implementation

bool operator ==(Object other);