Decompose monolithic readme into docs/ directory structure
This commit is contained in:
15
docs/values/equal.md
Normal file
15
docs/values/equal.md
Normal file
@@ -0,0 +1,15 @@
|
||||
[Overview](../overview.md) | [Installation](../installation.md) | [Usage](../usage.md) | [Types](../types/) | **Values** | [Syntax](../syntax/) | [TypeRegistry](../type-registry.md) | [TypeCheck](../type-check.md)
|
||||
|
||||
# Equal
|
||||
|
||||
Use the Equal function to deeply check for value equality.
|
||||
|
||||
```typescript
|
||||
const R = Value.Equal(
|
||||
// const R = true
|
||||
{ x: 1, y: 2, z: 3 },
|
||||
{ x: 1, y: 2, z: 3 }
|
||||
);
|
||||
```
|
||||
|
||||
Back to [Home](../../readme.md)
|
||||
Reference in New Issue
Block a user