Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines if the two PersonalInfo objects are equal to each other.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public static bool Equals(
PersonalInfo personalInfoA,
PersonalInfo personalInfoB
)
public:
static bool Equals(
PersonalInfo^ personalInfoA,
PersonalInfo^ personalInfoB
)
Public Shared Function Equals (
personalInfoA As PersonalInfo,
personalInfoB As PersonalInfo
) As Boolean
Parameters
personalInfoA
Type: Microsoft.WindowsServerSolutions.Users.PersonalInfoThe first object to compare.
personalInfoB
Type: Microsoft.WindowsServerSolutions.Users.PersonalInfoThe second object to compare.
Return Value
Type: System.Boolean
true of the objects are equal; otherwise, false.
See Also
Equals Overload
PersonalInfo Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top