Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / RichText Class / Equals Method / Equals(RichText) Method
The RichText object to compare with the current RichText object.


In This Topic
    Equals(RichText) Method
    In This Topic
    Determines whether the specified RichText object is equal to the current RichText object.
    Syntax
    'Declaration
     
    
    Public Overloads Function Equals( _
       ByVal other As RichText _
    ) As Boolean
    'Usage
     
    
    Dim instance As RichText
    Dim other As RichText
    Dim value As Boolean
     
    value = instance.Equals(other)
    public bool Equals( 
       RichText other
    )

    Parameters

    other
    The RichText object to compare with the current RichText object.

    Return Value

    true if the specified RichText object is equal to the current RichText object; otherwise, false.
    See Also