| GroupGetHashCode Method (Group) |
Generates a hash code for the Group supplied.
Namespace:
Galactic.ActiveDirectory
Assembly:
Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public int GetHashCode(
Group obj
)
Public Function GetHashCode (
obj As Group
) As Integer
public:
int GetHashCode(
Group^ obj
)
member GetHashCode :
obj : Group -> int
Parameters
- obj
- Type: Galactic.ActiveDirectoryGroup
The Group to generate a hash code for.
Return Value
Type:
Int32An integer hash code for the object.
See Also