ITextRange.InStory(ITextRange) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether this range's story is the same as a specified range's story.
public:
bool InStory(ITextRange ^ range);
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.