Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ThreadedComment Class / CompareTo Method


In This Topic
    CompareTo Method (ThreadedComment)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function CompareTo( _
       ByVal other As ThreadedComment _
    ) As Integer
    'Usage
     
    
    Dim instance As ThreadedComment
    Dim other As ThreadedComment
    Dim value As Integer
     
    value = instance.CompareTo(other)
    public int CompareTo( 
       ThreadedComment other
    )

    Parameters

    other
    See Also