Skip to content

SelectionRange.eq method

SelectionRange › eq

Official

Compare this range to another range.

Signature:

eq(other: SelectionRange, includeAssoc?: boolean | undefined): boolean

Parameters:

Parameter Type Description
other SelectionRange The other range.
includeAssoc? boolean | undefined Whether to compare association.

Returns: booleanWhether the ranges are equal.