ExceptionBase: GetHashCode

GetHashCode

Provides a basic implementation of the GetHashcode function of the IObject interface.



 Public Function GetHashCode ( ) As Long

Return Values

Long -  A 32-bit value used to help identify the Subclass object.

Remarks

The value generated is not unique across all hashcodes. Additional measures must be taken to find a unique value that happens to have the same hashcode as the Subclass object.

See Also

Project VBCorLib Overview Class ExceptionBase Overview ExceptionBase Properties ExceptionBase Methods GetBaseException GetValue