From ff088a98705d2029d947e434560e14078d4ff268 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 29 Nov 2022 18:46:42 +0000 Subject: [PATCH] Implement IEquatable in Coordinates --- VpSharp/src/Coordinates.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.