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