StopWatch: GetHashCode

GetHashCode

Returns a psuedo-unique number used to help identify this object in memory. The current method is to return the value obtained from ObjPtr.



 Public Function GetHashCode ( ) As Long

Return Values

Long -  The hashcode for this object instance.

See Also

Project CorLib Overview

Class StopWatch Overview