RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / CharRangeList Class / Equals Method
CharRangeList to compare to this one.

In This Topic
    Equals Method (CharRangeList)
    In This Topic
    Determines whether the given CharRangeList is equal to this one.
    Syntax
    'Declaration
     
    
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    CharRangeList to compare to this one.

    Return Value

    True if both objects contain the same members.
    See Also