Compares the current ExpressionInfo with another ExpressionInfo and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Syntax
Visual Basic (Declaration) | |
---|
Public Function CompareTo( _
ByVal obj As System.Object _
) As System.Integer |
C# | |
---|
public System.int CompareTo(
System.object obj
) |
Parameters
- obj
- The expression to compare the current expression with.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also