次の方法で共有


PersonalInfo.GetHashCode Method ()

 

Returns a hash code for the current instance.

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 current instance.

See Also

PersonalInfo Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top