User.GetHashCode Method ()
Retrieves a hash code for the User object.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public override int GetHashCode()
public:
virtual int GetHashCode() override
Public Overrides Function GetHashCode As Integer
Return Value
Type: System.Int32
A hash code for the User object.
See Also
User Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top