Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UriTemplate::IsEquivalentTo Method (UriTemplate^)

 

Indicates whether a UriTemplate is structurally equivalent to another.

Namespace:   System
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
bool IsEquivalentTo(
	UriTemplate^ other
)

Parameters

other
Type: System::UriTemplate^

The UriTemplate to compare.

Return Value

Type: System::Boolean

true if the UriTemplate is structurally equivalent to another; otherwise false.

Two UriTemplate instances are equivalent if their literal strings are identical and the variables appear in the same segments. For example "weather/{state}/{city}" is equivalent to "weather/{country}/{village}".

The following example shows how to call the IsEquivalentTo(UriTemplate^).

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft