js-util

Home > rc-js-util > _Equality > areConsistentlyDefined

_Equality.areConsistentlyDefined property

Returns true if both A and B are both null, undefined or ‘defined’. Defined is not null and not undefined.

Signature:

static areConsistentlyDefined: typeof equalityAreConsistentlyDefined;

Remarks

See equalityAreConsistentlyDefined().