get_hash_code method

get_hash_code

Returns a hash code for the specified object.

Returns

A hash code for the specified object.

def get_hash_code(self, obj):
    ...
Parameter Type Description
obj PropertyValue The PropertyValue for which a hash code is to be returned.

Exceptions

Exception Description
ArgumentNullException The type of obj is a reference type and obj is None.

See Also