<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [Vector3](./server.vector3.md) &gt; [exactEquals](./server.vector3.exactequals.md)

## Vector3.exactEquals() method

Checks if the current vector is exactly equal to another vector.

**Signature:**

```typescript
exactEquals(vector3: Vector3): boolean;
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

vector3


</td><td>

[Vector3](./server.vector3.md)


</td><td>

The vector to compare to.


</td></tr>
</tbody></table>
**Returns:**

boolean

A boolean indicating whether the two vectors are exactly equal.

