elucidsoft / dotnet-stellar-sdk

Stellar API SDK for .NET 6.x
Apache License 2.0
116 stars 55 forks source link

Equatable KeyPair #310

Closed fracek closed 3 years ago

fracek commented 3 years ago

This is a fix to #309, note that I implemented IEquatable<T> because I think it makes more sense than implementing IComparable<T>.

Types of changes