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.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Protected Friend Overrides Function RepresentedObjectEquals ( _
item1 As Colleague, _
item2 As Colleague _
) As Boolean
'Usage
Dim item1 As Colleague
Dim item2 As Colleague
Dim returnValue As Boolean
returnValue = Me.RepresentedObjectEquals(item1, _
item2)
protected internal override bool RepresentedObjectEquals(
Colleague item1,
Colleague item2
)
Parameters
- item1
Type: Microsoft.Office.Server.UserProfiles.Colleague
- item2
Type: Microsoft.Office.Server.UserProfiles.Colleague
Return Value
Type: System.Boolean