Method Equals
- Namespace
- MailFathom.Domain.Mutations
- Assembly
- MailFathom.Domain.dll
Equals(AuthoredMailKeywords?)
Reports whether two authored sets name the same keywords, whichever way each was spelled.
public bool Equals(AuthoredMailKeywords? other)
Parameters
otherAuthoredMailKeywordsThe set to compare with.
Returns
Remarks
Written by hand for the reason Equals(RemoteEmailKeywords?) is, and folded for
the reason that type folds: $Todo and $todo are one keyword, so two sets naming them are one set.