Share via


PropertyMap.Equals method

Returns a value indicating whether the specified object is a property map and is equal to this property map.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Overrides Function Equals ( _
    pm As Object _
) As Boolean
'Usage
Dim instance As PropertyMap
Dim pm As Object
Dim returnValue As Boolean

returnValue = instance.Equals(pm)
public override bool Equals(
    Object pm
)

Parameters

  • pm
    Type: System.Object

    Object to be compared to this property map.

Return value

Type: System.Boolean
Boolean true if the object is a property map and is equal to this property map; otherwise, false.

See also

Reference

PropertyMap class

PropertyMap members

Microsoft.Office.Server.UserProfiles namespace