Partager via


MappingInfo.Equals - Méthode (MappingInfo)

Cette propriété renvoie ce mappage est considéré comme égal à un autre mappage.

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Function Equals ( _
    other As MappingInfo _
) As Boolean
'Utilisation
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
)

Paramètres

Valeur renvoyée

Type : System.Boolean
[true] si les mappages sont considérés comme étant égales.

Implémentations

IEquatable<T>.Equals(T)

Voir aussi

Référence

MappingInfo classe

MappingInfo - Membres

Equals - Surcharge

Microsoft.Office.Server.Search.Administration - Espace de noms