Vinyl
Preparing search index...
@amzn/vinyl-util
eqStr
Function eqStr
eqStr
(
a
:
null
|
string
,
b
:
null
|
string
,
ignoreCase
?:
boolean
)
:
boolean
Returns true if the two strings are equal, optionally ignoring case.
Parameters
a
:
null
|
string
b
:
null
|
string
ignoreCase
:
boolean
= false
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Vinyl
Loading...
Returns true if the two strings are equal, optionally ignoring case.