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 Membership, _
item2 As Membership _
) As Boolean
'Usage
Dim item1 As Membership
Dim item2 As Membership
Dim returnValue As Boolean
returnValue = Me.RepresentedObjectEquals(item1, _
item2)
protected internal override bool RepresentedObjectEquals(
Membership item1,
Membership item2
)
Parameters
- item1
Type: Microsoft.Office.Server.UserProfiles.Membership
- item2
Type: Microsoft.Office.Server.UserProfiles.Membership
Return Value
Type: System.Boolean