StringComparer.GetHashCode Method (Object)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
When overridden in a derived class, gets the hash code for the specified object.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Function GetHashCode ( _
obj As Object _
) As Integer
public int GetHashCode(
Object obj
)
Parameters
- obj
Type: System.Object
An object.
Return Value
Type: System.Int32
A 32-bit signed hash code calculated from the value of the obj parameter.
Implements
Exceptions
Exception | Condition |
---|---|
ArgumentException | Not enough memory is available to allocate the buffer required to compute the hash code. |
ArgumentNullException | obj is nulla null reference (Nothing in Visual Basic). |
Remarks
The GetHashCode method is more efficient than the GetHashCode method because the obj parameter does not have to be unboxed to perform the operation.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Xbox 360, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.