get_hash_code method

get_hash_code(self, obj)

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 groupdocs.metadata.common.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