GetHashCode Method

Retrieves a value that indicates the hash code for a particular type.

Syntax

Visual Basic Overrides  Public  Function 
GetHashCode( ) As int
C# public   override  int 
GetHashCode( );
Managed C++ public:  int 
GetHashCode( );
JScript public   override function
GetHashCode( );

Return Value

int. Returns a hash code.

Remarks

This method can be used to hash algorithms and data structures like a hash table.

Applies To

CssCollection

See Also

Internet Explorer WebControls