MetadataStructureValidatorReferenceEqualityComparerGetHashCode Method

Returns the hash code for the object.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public override int GetHashCode(
	Object obj
)

Parameters

obj  Object
Object to get the hash code for.

Return Value

Int32
Hash code.

Implements

IEqualityComparerTGetHashCode(T)

See Also