| ActiveDirectoryObjectGetHashCode Method (ActiveDirectoryObject) |
Generates a hash code for the ActiveDirectoryObject supplied.
Namespace:
Galactic.ActiveDirectory
Assembly:
Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public int GetHashCode(
ActiveDirectoryObject obj
)
Public Function GetHashCode (
obj As ActiveDirectoryObject
) As Integer
public:
virtual int GetHashCode(
ActiveDirectoryObject^ obj
) sealed
abstract GetHashCode :
obj : ActiveDirectoryObject -> int
override GetHashCode :
obj : ActiveDirectoryObject -> int
Parameters
- obj
- Type: Galactic.ActiveDirectoryActiveDirectoryObject
The ActiveDirectoryObject to generate a hash code for.
Return Value
Type:
Int32An integer hash code for the object.
Implements
IEqualityComparerTGetHashCode(T)See Also