Selection.IsEqual(Range) 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 if the selection to which this method is applied is equal to the range specified by the Range
argument.
public:
bool IsEqual(Microsoft::Office::Interop::Word::Range ^ Range);
public bool IsEqual (Microsoft.Office.Interop.Word.Range Range);
abstract member IsEqual : Microsoft.Office.Interop.Word.Range -> bool
Public Function IsEqual (Range As Range) As Boolean
Parameters
Returns
Remarks
This method returns True if the selection to which this method is applied is equal to the range specified by the Range
argument and False if not.
This method compares the starting and ending character positions, as well as the story type. If all three of these items are the same for both objects, the objects are equal.