Mapping.CompareTo Method

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function CompareTo ( _
    other As Mapping _
) As Integer
'Usage
Dim instance As Mapping
Dim other As Mapping
Dim returnValue As Integer

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

Parameters

Return Value

Type: System.Int32

Implements

IComparable<T>.CompareTo(T)

See Also

Reference

Mapping Class

Mapping Members

Microsoft.Office.Server.Search.Administration Namespace