GetHashCode()

Namespace ›› System ›› MfVersion ›› Methods ››
Parent Previous Next

GetHashCode()

Overrides MfObject.GetHashCode().

OutputVar := instance.GetHashCode()

GetHashCode()

Returns a hash code for this instance.

Returns

Returns a signed integer hash code as var.

Throws

Throws MfNullReferenceException if called as a static method.

Remarks

A hash code is a numeric value that is used to insert and identify an object in a hash-based collection such as a Hash table. The GetHashCode() method provides this hash code for hashing algorithms and data structures such as a hash table.

Two MfVersion objects might have the same hash code even though they represent different time values.