Sorts the FieldMappings by fully-qualified name in the first database; if null in the first database, sorts by fully-qualified name in the second database.

Namespace:  RedGate.SQLDataCompare.Engine
Assembly:  RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Function CompareTo ( _
	obj As Object _
) As Integer
C#
public override int CompareTo(
	Object obj
)
Visual C++
public:
virtual int CompareTo(
	Object^ obj
) override

Parameters

obj
Type: System..::.Object
The object to be compared.

Return Value

Less than zero when this instance is less than the specified object; zero when this instance is equal to the specified object; greater then zero when this instance is greater than the specified object.

Implements

IComparable..::.CompareTo(Object)

See Also