MappingInfo.Equals method (MappingInfo)

Returns whether this mapping is considered equal to another mapping.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Function Equals ( _
    other As MappingInfo _
) As Boolean
'Usage
Dim instance As MappingInfo
Dim other As MappingInfo
Dim returnValue As Boolean

returnValue = instance.Equals(other)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public bool Equals(
    MappingInfo other
)

Parameters

Return value

Type: System.Boolean
[true] if the mappings are considered equal.

Implements

IEquatable<T>.Equals(T)

See also

Reference

MappingInfo class

MappingInfo members

Equals overload

Microsoft.Office.Server.Search.Administration namespace