Share via


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

Return Value

Type: System.Boolean
true if the property mappings are equal; otherwise, false.

Implements

IEquatable<T>.Equals(T)

See Also

Reference

Mapping Class

Mapping Members

Equals Overload

Microsoft.Office.Server.Search.Administration Namespace