compareBooleansOrUndefined Function
compareBooleansOrUndefined(lhs?: boolean, rhs?: boolean): number
Parameter | Type | Description |
---|---|---|
lhs | boolean | |
rhs | boolean |
Returns - number
Defined in
- core/bentley/src/Compare.ts Line 80
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.