zbra-dev/maybe

Change Maybe to implement IEquatable<Maybe<T>>

alercunha opened this issue · 0 comments

The method bool Equals(Maybe<T> other) already exists. If we implement the interface we can avoid unnecessary cast operations.