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