ManagedPropertyInfo.Equals - Méthode (ManagedPropertyInfo)
Détermine si cet objet est considéré comme égal à un autre objet ManagedPropertyInfo .
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 ManagedPropertyInfo _
) As Boolean
'Utilisation
Dim instance As ManagedPropertyInfo
Dim other As ManagedPropertyInfo
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
ManagedPropertyInfo other
)
Paramètres
other
Type : Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoL'objet à comparer à.
Valeur renvoyée
Type : System.Boolean
[true] si les objets sont considérés comme identiques ; dans le cas contraire [false].
Implémentations
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms