diff --git a/VpSharp/src/Coordinates.cs b/VpSharp/src/Coordinates.cs
index 9409c25..9771d1d 100644
--- a/VpSharp/src/Coordinates.cs
+++ b/VpSharp/src/Coordinates.cs
@@ -1,9 +1,9 @@
-namespace VpSharp;
+namespace VpSharp;
///
/// Represents a set of coordinates.
///
-public readonly partial struct Coordinates
+public readonly partial struct Coordinates : IEquatable
{
///
/// Initializes a new instance of the struct.