[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.CharRangeList.Equals

Equals Method

Equals(object)

Determines whether the given CharRangeList is equal to this one.

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

CharRangeList to compare to this one.

Returns
Type Description
bool

True if both objects contain the same members.

Overrides