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 (in Microsoft.Office.Server.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.