neilharvey / FileSignatures

A small library for detecting the type of a file based on header signature (also known as magic number).
MIT License
250 stars 41 forks source link

Add interface IEquatable<FileFormat> #26

Closed rstm-sf closed 4 years ago

rstm-sf commented 4 years ago

Hello!

Add interface IEquatable<FileFormat>

neilharvey commented 4 years ago

Good spot, thanks!