Esempio n. 1
0
 public int CompareTo(Label other) => Name.CompareTo(other.Name);
Esempio n. 2
0
 public int CompareTo(Tag other) => Name.CompareTo(other.Name);