Mapping.CompareTo method
Compares this mapping object to another mapping object.
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.MappingA Mapping object representing a property mapping.
Return value
Type: System.Int32