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