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