InsetCompareTo Method

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
)

Parameters

other
Type: WebSupergoo.WordGlue4Inset
Inset for comparison.

Return Value

Type: Int32
The comparison result.

Implements

IComparableTCompareTo(T)
See Also