SPHttpUserAgentAndMethodClassifier.GetHashCode Method
Gets a hash code for the object.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As SPHttpUserAgentAndMethodClassifier
Dim returnValue As Integer
returnValue = instance.GetHashCode()
public override int GetHashCode()
Return Value
Type: System.Int32
The hash code.
Remarks
This override returns the hash code of a string concatenated from the UserAgent, HttpMethod, and MatchSetting property values.
See Also
Reference
SPHttpUserAgentAndMethodClassifier Class