Alxandr / SpotiFire

A project to make a SpotifyClient in C#
http://nudoc.azurewebsites.net/SpotiFire
40 stars 19 forks source link

Added GetHashCode, Equals and equality operators #31

Closed ChrisBrandhorst closed 11 years ago

ChrisBrandhorst commented 11 years ago

Operators are declared as static, so they are not overridden by C#. Additions are available for alle Spotify types.

Resolves #30