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