mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-10 05:15: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>
|
/// <summary>
|
||||||
/// Represents a set of coordinates.
|
/// Represents a set of coordinates.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public readonly partial struct Coordinates
|
public readonly partial struct Coordinates : IEquatable<Coordinates>
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="Coordinates" /> struct.
|
/// Initializes a new instance of the <see cref="Coordinates" /> struct.
|
||||||
|
Loading…
Reference in New Issue
Block a user