ObjVerEqualityComparerGetHashCode Method |
Implements hash code method for efficient use in HashSets.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic int GetHashCode(
ObjVer o
)
Public Function GetHashCode (
o As ObjVer
) As Integer
public:
virtual int GetHashCode(
ObjVer^ o
) sealed
Parameters
- o
- Type: ObjVer
Return Value
Type:
Int32The id of the object.
Implements
IEqualityComparerTGetHashCode(T)
See Also