Expand Minimize
This topic has not yet been rated - Rate this topic

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)
bool IsEqual(
	Range Range
)

Parameters

Range
Type: Microsoft.Office.Interop.Word.Range
Required Range object. The Range object that's compared with expression.

Return Value

Type: System.Boolean

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.