Mapping.Equals Method (Mapping)
Returns a Boolean value indicating whether two property mappings are equivalent.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function Equals ( _
other As Mapping _
) As Boolean
'Usage
Dim instance As Mapping
Dim other As Mapping
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
Mapping other
)
Parameters
- other
Type: Microsoft.Office.Server.Search.Administration.Mapping
A Mapping object representing a property mapping.
Return Value
Type: System.Boolean
true if the property mappings are equal; otherwise, false.