ComponentOne SpellChecker for WPF and Silverlight
C1.Silverlight.SpellChecker Namespace / CharRange Class / Duplicate Property

In This Topic
    Duplicate Property (CharRange)
    In This Topic
    Gets whether this CharRange contains the same string as the previous one.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Duplicate As Boolean
    public bool Duplicate {get;}
    See Also