ProfileBase.Equals Method
Determines whether the specified object is identical to the current profile.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
'Usage
Dim instance As ProfileBase
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override bool Equals(
Object obj
)
Parameters
- obj
Type: System.Object
Return Value
Type: System.Boolean