Compares the current instance with another
object of the same type 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
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public int CompareTo(
Rect other
)
Public Function CompareTo (
other As Rect
) As Integer
abstract CompareTo :
other : Rect -> int
override CompareTo :
other : Rect -> int
Parameters
- other
- Type: WebSupergoo.WordGlue4Rect
Rect for comparison.
Return Value
Type:
Int32
The comparison result.
Implements
IComparableTCompareTo(T)
See Also