compareWidthZone
No documentation has been provided.
Presentation
function compareWidthZone (
firstWidthZone: LmnWidthZone | null,
secondWidthZone: LmnWidthZone | null,
operation: "==" | "<" | ">" | ">=" | "<=" | "!=",
): boolean;
Returns
boolean
Parameters
Name | Type | Description |
---|---|---|
firstWidthZone |
| |
secondWidthZone |
| |
operation | "==" | "<" | ">" | ">=" | "<=" | "!=" |