示例#1
0
 public int CompareTo(Label other) => Name.CompareTo(other.Name);
示例#2
0
 public int CompareTo(Tag other) => Name.CompareTo(other.Name);