ixfx
Preparing search index...
Data
IsEqualContext
Type Alias IsEqualContext<V>
IsEqualContext
:
(
a
:
V
,
b
:
V
|
undefined
,
path
:
string
)
=>
boolean
Return
true
if
a
and
b
ought to be considered equal at a given path
Type Parameters
V
Type declaration
(
a
:
V
,
b
:
V
|
undefined
,
path
:
string
)
:
boolean
Parameters
a
:
V
b
:
V
|
undefined
path
:
string
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Return true if
a
andb
ought to be considered equal at a given path