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(
Inset other
)
Public Function CompareTo (
other As Inset
) As Integer
abstract CompareTo :
other : Inset -> int
override CompareTo :
other : Inset -> int
Parameters
- other
- Type: WebSupergoo.WordGlue4Inset
Inset for comparison.
Return Value
Type:
Int32
The comparison result.
Implements
IComparableTCompareTo(T)
See Also