See Also

Mapping Class  | Mapping Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

obj
The object to be compared.
See Also Languages RedGate.SQLCompare.Engine Send comments on this topic.

CompareTo Method

RedGate.SQLCompare.Engine Namespace > Mapping Class : CompareTo Method (Mapping)

Sorts the Mappings.

[Visual Basic]
Public Overridable Function CompareTo( _    ByVal obj As Object _ ) As Integer
[C#]
public virtual int CompareTo(    object obj );
[C++]
public: virtual int CompareTo(    Object* obj )
[C++/CLI]
public: virtual int CompareTo(    Object^ obj )

Parameters

obj
The object to be compared.

Return Type

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Mapping Class  | Mapping Members

 

 


© 2003 - 2006 Red Gate Software Ltd. All Rights Reserved.