SelectionRange.eq method
SelectionRange › eq
Official
Compare this range to another range.Signature:
eq(other: SelectionRange, includeAssoc?: boolean | undefined): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| other | SelectionRange | The other range. |
| includeAssoc? | boolean | undefined | Whether to compare association. |
Returns: boolean — Whether the ranges are equal.