graphicle.data.MaskGroup.equal_to(other: MaskGroup, check_order: bool = False) bool[source]

Checks whether this instance is identical to other MaskGroup, comparing keys at all levels of nesting, and boolean array data at the leaf level.

New in version 0.3.9.

Parameters:
other : MaskGroup

Other instance, against which to compare for equality.

check_order : bool

If True, will check that the ordering of elements is identical. Default is False.

Returns:

True if instance is identical to other, False otherwise.

Return type:

bool


Last update: Jun 27, 2025