The Uri\UriComparisonMode enum
Specifies if the fragment component should affect the result of a URI comparison.
Intro
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.
Enumsynopsis
UriUriComparisonModeIncludeFragmentThe fragment component is included in the comparison.ExcludeFragmentThe fragment component is excluded from the comparison.