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
other
Type : Microsoft.Office.Server.Search.Administration.MappingInfoLe mappage à comparer avec.
Valeur renvoyée
Type : System.Boolean
[true] si les mappages sont considérés comme étant égales.
Implémentations
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms