Partager via


Mapping.Equals, méthode (Mapping) (Microsoft.Office.Server.Search.Administration)

Returns a Boolean value indicating whether two property mappings are equivalent.

Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public Function Equals ( _
    other As Mapping _
) As Boolean
'Utilisation
Dim instance As Mapping
Dim other As Mapping
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals (
    Mapping other
)

Paramètres

  • other
    A Mapping object representing a property mapping.

Valeur de retour

true if the property mappings are equal; otherwise, false.

Voir aussi

Référence

Mapping, classe
Membres Mapping
Microsoft.Office.Server.Search.Administration, espace de noms