Beispiel #1
0
        internal static bool IsSame(this Models.Account me, Models.Account other)
        {
            var comparer = new AccountComparer();

            return(comparer.Equals(me, other));
        }
Beispiel #2
0
 public ToDo(AccountComparer comparer)
 {
     _comparer = comparer;
 }