Example #1
0
 public bool Equals(IMainLogKey other)
 => other is SingleTimeEntryKey singleKey && timeEntryId == singleKey.timeEntryId;
Example #2
0
 public bool Equals(IMainLogKey other)
 => other is TimeEntriesGroupKey groupKey && groupId.Equals(groupKey.groupId);
Example #3
0
 public bool Equals(IMainLogKey other)
 => other is DayHeaderKey headerKey && date == headerKey.date;