MetadataStructureValidatorReferenceEqualityComparerGetHashCode Method |
Returns the hash code for the object.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic override int GetHashCode(
Object obj
)
Public Overrides Function GetHashCode (
obj As Object
) As Integer
public:
virtual int GetHashCode(
Object^ obj
) override
Parameters
- obj
- Type: SystemObject
Object to get the hash code for.
Return Value
Type:
Int32Hash code.
Implements
IEqualityComparerTGetHashCode(T)
See Also