Table of Contents

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

other AuthoredMailKeywords

The set to compare with.

Returns

bool

true when both name the same keywords.

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.