GetHashCode
PropertyValueEqualityComparer.GetHashCode method
Returns a hash code for the specified object.
public int GetHashCode(PropertyValue obj)
Parameter | Type | Description |
---|---|---|
obj | PropertyValue | The PropertyValue for which a hash code is to be returned. |
Return Value
A hash code for the specified object.
Exceptions
exception | condition |
---|---|
ArgumentNullException | The type of obj is a reference type and obj is null . |
See Also
- class PropertyValue
- class PropertyValueEqualityComparer
- namespace GroupDocs.Metadata.Common
- assembly GroupDocs.Metadata