M-Files Vault Application Framework
C#
Show/Hide TOC
Metadata
Structure
Validator
Reference
Equality
Comparer
Get
Hash
Code 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#
Copy
public
override
int
GetHashCode
(
Object
obj
)
Parameters
obj
Object
Object to get the hash code for.
Return Value
Int32
Hash code.
Implements
IEqualityComparer
T
GetHashCode(T)
See Also
Reference
MetadataStructureValidator
ReferenceEqualityComparer Class
MFiles.VAF.Configuration Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also