ObjIDEqualityComparerGetHashCode 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(
ObjID o
)
Public Function GetHashCode (
o As ObjID
) As Integer
public:
virtual int GetHashCode(
ObjID^ o
) sealed
Parameters
- o
- Type: ObjID
Return Value
Type:
Int32The id of the object.
Implements
IEqualityComparerTGetHashCode(T)
See Also