compareSimpleTypes Function

Compare two simples types (number, string, boolean) This essentially wraps the existing type-specific comparison functions

compareSimpleTypes(lhs: string | number | boolean, rhs: string | number | boolean): number

Parameter Type Description
lhs string | number | boolean  
rhs string | number | boolean  

Returns - number

Defined in

Last Updated: 26 April, 2025