[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.CharRange.Equals

Equals Method

Equals(object)

Determines whether this CharRange is equal to another.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

CharRange to compare to this one.

Returns
Type Description
bool

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

Overrides