RichEditTextRange.InStory(ITextRange) Method

Definition

Determines whether this range's story is the same as a specified range's story.

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

Parameters

range
ITextRange

The ITextRange object whose story is compared to this range's story.

Returns

Boolean

bool

The comparison result. The result can be null. The method returns true if this range's story is the same as that of the ITextRange; otherwise it returns false.

Implements

Applies to