Xceed DataGrid for Silverlight Documentation
GetHashCode Method (DataItem)


Returns the hash code for the current instance.
Syntax
'Declaration
 
Public Overrides Function GetHashCode() As Integer
'Usage
 
Dim instance As DataItem
Dim value As Integer
 
value = instance.GetHashCode()
public override int GetHashCode()

Return Value

A 32-bit signed integer hash code.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataItem Class
DataItem Members
Base Implementation in GetHashCode

Send Feedback