Share via


UserProfileChangeToken.Equals Method

Returns a value indicating whether the specified object is identical to this change token.

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 UserProfileChangeToken
Dim obj As Object
Dim returnValue As Boolean

returnValue = instance.Equals(obj)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override bool Equals(
    Object obj
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

UserProfileChangeToken Class

UserProfileChangeToken Members

Microsoft.Office.Server.UserProfiles Namespace