Mapping.CompareTo - Méthode

Compare cet objet de mappage à un autre objet de mappage.

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

Syntaxe

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

returnValue = instance.CompareTo(other)
public int CompareTo(
    Mapping other
)

Paramètres

Valeur renvoyée

Type : System.Int32

Implémentations

IComparable<T>.CompareTo(T)

Voir aussi

Référence

Mapping classe

Mapping - Membres

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