C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace / CharRange Class / Equals Method
CharRange to compare to this one.

In This Topic
Equals Method (CharRange)
In This Topic
Determines whether this CharRange is equal to another.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As System.Object _
) As System.Boolean
 

Parameters

obj
CharRange to compare to this one.

Return Value

True if both objects contain the same word at the same position.
See Also