ixfx
Preparing search index...
Util
IsEqual
Type Alias IsEqual<T>
IsEqual
:
(
a
:
T
,
b
:
T
)
=>
boolean
Function that returns true if
a
and
b
are considered equal
Type Parameters
T
Type declaration
(
a
:
T
,
b
:
T
)
:
boolean
Parameters
a
:
T
b
:
T
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Function that returns true if
a
andb
are considered equal