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: