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.

UriTemplateEquivalenceComparer::GetHashCode Method (UriTemplate^)

 

Gets a hash code for the specified UriTemplate instance.

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

public:
virtual int GetHashCode(
	UriTemplate^ obj
) sealed

Parameters

obj
Type: System::UriTemplate^

The UriTemplate instance.

Return Value

Type: System::Int32

The hash code.

This method is not normally called directly. It is called by another class that requires a hash of a UriTemplate instance.

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