ComponentOne SpellChecker for WinForms
Equals Method (CharRangeList)

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace > CharRangeList Class : Equals Method
CharRangeList to compare to this one.
Determines whether the given CharRangeList is equal to this one.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As System.Object _
) As System.Boolean
public override System.bool Equals( 
   System.object obj
)

Parameters

obj
CharRangeList to compare to this one.

Return Value

True if both objects contain the same members.
See Also

Reference

CharRangeList Class
CharRangeList Members