rc-js-util
Version:
A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.
81 lines (37 loc) • 1.03 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [\_Equality](./rc-js-util._equality.md)
## \_Equality class
Non-standard equality tests.
**Signature:**
```typescript
export declare class _Equality
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[allEqual](./rc-js-util._equality.allequal.md)
</td><td>
`static`
</td><td>
typeof equalityAllEqual
</td><td>
Returns true if all items are triple equal `===`<!-- -->.
</td></tr>
<tr><td>
[areConsistentlyDefined](./rc-js-util._equality.areconsistentlydefined.md)
</td><td>
`static`
</td><td>
typeof equalityAreConsistentlyDefined
</td><td>
Returns true if both `A` and `B` are both null, undefined or 'defined'. Defined is not null and not undefined.
</td></tr>
</tbody></table>