mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-10 02:35:42 +00:00
Implement IEquatable<T> in Coordinates
This commit is contained in:
parent
c6ca753381
commit
ff088a9870
@ -1,9 +1,9 @@
|
||||
namespace VpSharp;
|
||||
namespace VpSharp;
|
||||
|
||||
/// <summary>
|
||||
/// Represents a set of coordinates.
|
||||
/// </summary>
|
||||
public readonly partial struct Coordinates
|
||||
public readonly partial struct Coordinates : IEquatable<Coordinates>
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="Coordinates" /> struct.
|
||||
|
Loading…
Reference in New Issue
Block a user