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
- other
Type: Microsoft.Office.Server.Search.Administration.Mapping
A Mapping object representing a property mapping.
Return Value
Type: System.Int32