<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [Matrix3](./server.matrix3.md) &gt; [exactEquals](./server.matrix3.exactequals.md)

## Matrix3.exactEquals() method

Checks if the current matrix is exactly equal to another matrix.

**Signature:**

```typescript
exactEquals(matrix3: Matrix3): boolean;
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

matrix3


</td><td>

[Matrix3](./server.matrix3.md)


</td><td>

The matrix to compare to the current matrix.


</td></tr>
</tbody></table>
**Returns:**

boolean

`true` if the current matrix is equal to the provided matrix, `false` otherwise.

