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