Beispiel #1
0
 protected bool Equals(CalendarObject other) => string.Equals(Name, other.Name, StringComparison.OrdinalIgnoreCase);
Beispiel #2
0
 protected bool Equals(CalendarObject other)
 {
     return(string.Equals(_name, other._name));
 }