Returns whether the specified range is equal to the current range.
Syntax
bEqual = TextRange.isEqual(oCompareRange)
Parameters
oCompareRange Required. Object that specifies the TextRange object to compare to the parent object.
Return Value
Boolean. Returns true if equal, or false otherwise.
Applies To
See Also