UriTemplateEquivalenceComparer Class
A class used to compare UriTemplate instances for structural (instead of reference) equivalence.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
UriTemplate instances are compared using reference equality by default. The UriTemplateEquivalenceComparer class evaluates equivalence using IsEquivalentTo(UriTemplate) instead of the default reference equality check. This class is useful when you wish to compare two UriTemplate instances based on the URIs they match instead of strict reference equality.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.