Compares the Blob with another Blob.

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

Syntax

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

Parameters

obj
Type: System..::.Object
The Blob to compare.

Return Value

Returns -1, 0, or 1.

Implements

IComparable..::.CompareTo(Object)

See Also