isEqual method
Returns a value indicating whether the specified range is equal to the current range.
Syntax
var retval = TextRange.isEqual(Range);Parameters
- Range [in]
-
Type: IHTMLTxtRange
TextRange object to compare with the current TextRange object.
Return value
Type: Boolean
Boolean that returns one of the following possible values.
| Return value | Description |
|---|---|
|
Range is equal to the parent object. |
|
Range is not equal to the parent object. |
Standards information
There are no standards that apply here.
See also
Show: