Home > rc-js-util > _Equality
Non-standard equality tests.
Signature:
export declare class _Equality
Property | Modifiers | Type | Description |
---|---|---|---|
allEqual | static |
typeof equalityAllEqual | Returns true if all items are triple equal === . |
areConsistentlyDefined | static |
typeof equalityAreConsistentlyDefined | Returns true if both A and B are both null, undefined or ‘defined’. Defined is not null and not undefined. |