GetHashCode Method
Retrieves a value that indicates the hash code value for the object.
Syntax
Visual Basic Overrides Public Function
GetHashCode( ) As intC# public override int
GetHashCode( );Managed C++ public: int
GetHashCode( );JScript public override function
GetHashCode( );
Return Value
int. The hash code value for the object.
Applies To
BrowserLevel
See Also