Intersoft ClientUI Documentation
GetHashCode(PropertyGridDefinition) Method



Property definition.
Gets the hash code for PropertyGridDefinition.
Syntax
Public Overloads Function GetHashCode( _
   ByVal obj As PropertyGridDefinition _
) As Integer
Dim instance As PropertyGridDefinitionComparer
Dim obj As PropertyGridDefinition
Dim value As Integer
 
value = instance.GetHashCode(obj)
public int GetHashCode( 
   PropertyGridDefinition obj
)
public:
int GetHashCode( 
   PropertyGridDefinition^ obj
) 

Parameters

obj
Property definition.

Return Value

A hash code for the given proeprty definition.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyGridDefinitionComparer Class
PropertyGridDefinitionComparer Members
Overload List

Send Feedback