PersonalInfo.Equals Method
Determines if this PersonalInfo object is equal to another.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Overload List
Name | Description | |
---|---|---|
Equals(Object) | Determines if the current instance is equal to the specified Object.(Overrides Object.Equals(Object).) |
|
Equals(PersonalInfo, PersonalInfo) | Determines if the two PersonalInfo objects are equal to each other. |
See Also
PersonalInfo Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top