get_hash_code method

On this page

get_hash_code

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.

Returns: A hash code for the specified object.

Raises Description
ValueError The type of obj is a reference type and obj is None.

See Also

On this page