RichEditTextRange.IsEqual(ITextRange) Method

Definition

Determines whether this range has the same character positions and story as those of a specified range.

public:
 virtual bool IsEqual(ITextRange ^ range) = IsEqual;
bool IsEqual(ITextRange const& range);
public bool IsEqual(ITextRange range);
function isEqual(range)
Public Function IsEqual (range As ITextRange) As Boolean

Parameters

range
ITextRange

The text range to compare to this text range.

Returns

Boolean

bool

Implements

Remarks

true if this text range has the same character positions and story as range; otherwise, false.

Applies to