Home > rc-js-util > _Equality > areConsistentlyDefined
Returns true if both A and B are both null, undefined or ‘defined’. Defined is not null and not undefined.
A
B
Signature:
static areConsistentlyDefined: typeof equalityAreConsistentlyDefined;
See equalityAreConsistentlyDefined().