Overrides MfObject.GetHashCode().
OutputVar := instance.GetHashCode()
Returns a hash code for this instance.
Returns a signed integer hash code as var.
Throws MfNullReferenceException if called as a static method.
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.