Syntax
Visual Basic (Declaration) | |
---|
<IKVM.Attributes.LineNumberTableAttribute()>
Public Overridable Function compareTo( _
ByVal o As Object _
) As Integer |
C# | |
---|
[IKVM.Attributes.LineNumberTableAttribute()]
public virtual int compareTo(
object o
) |
Managed Extensions for C++ | |
---|
[IKVM.Attributes.LineNumberTableAttribute()]
public: virtual int compareTo(
Object* o
) |
C++/CLI | |
---|
[IKVM.Attributes.LineNumberTableAttribute()]
public:
virtual int compareTo(
Object^ o
) |
Parameters
- o
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also