The Uri\UriComparisonMode enum

はじめに

Specifies if the fragment component should affect the result of a URI comparison.

If the fragment is excluded from the comparison, two URIs will be compared as if neither of them has a fragment component.

列挙型概要

Uri UriComparisonMode IncludeFragment The fragment component is included in the comparison. ExcludeFragment The fragment component is excluded from the comparison.