ComponentOne SpellChecker for WPF and Silverlight
Equals Method (CharRange)

C1.WPF.SpellChecker Namespace > CharRange Class : Equals Method
CharRange to compare to this one.
Determines whether this CharRange is equal to another.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
public override bool Equals( 
   object obj
)

Parameters

obj
CharRange to compare to this one.

Return Value

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

Reference

CharRange Class
CharRange Members