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