The Uri\UriComparisonMode enum

Introduction

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.

Enum synopsis

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