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: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.