[]
        
(Showing Draft Content)

FarPoint.Win.ComplexBorderSide.CompareTo

CompareTo Method

CompareTo(object)

Compares the current object with another object of the same type.

Declaration
public int CompareTo(object obj)
Public Function CompareTo(obj As Object) As Integer
Parameters
Type Name Description
object obj

LineBorder object which to compare

Returns
Type Description
int

A signed number indicating the relative values of this instance and value.

Implements