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