API Reference > imodeljs-frontend > Views > DisplayStyleState > equalState equalState Method Performs logical comparison against another display style. Two display styles are logically equivalent if they have the same name, Id, and settings. equalState(other: DisplayStyleState): boolean Parameter Type Description other DisplayStyleState The display style to which to compare. Returns - boolean true if the specified display style is logically equivalent to this display style - i.e., both styles have the same values for all of their settings. Defined in core/frontend/src/DisplayStyleState.ts Line 200 Last Updated: 11 June, 2024