URI.equalsNormalized

bool equalsNormalized(const URI other) const @safe

Compare for equivalence per RFC 3986 by normalizing both URIs and comparing their serialized forms.

Parameters

otherURI to compare against.

Returns

true if the normalized forms are identical, false otherwise.