Range.IsEqual Method

Determines if the range to which this method is applied is equal to the range specified by the Range argument.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Function IsEqual ( _
    Range As Range _
) As Boolean
'Usage
Dim instance As Range
Dim Range As Range
Dim returnValue As Boolean

returnValue = instance.IsEqual(Range)
bool IsEqual(
    Range Range
)

Parameters

Return Value

Type: System.Boolean

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.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace