Range.IsEqual(Range) Method

Definition

Determines if the range 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

Range
Range

Required Range object. The Range object that's compared with expression.

Returns

Remarks

This property returns True if the selection or range 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.

Applies to