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