示例#1
0
 public int CompareTo(RightsId other) => Id.CompareTo(other.Id);
示例#2
0
 public int CompareTo(PlaceHolderId other) => Id.CompareTo(other.Id);
示例#3
0
 public int CompareTo(ContentId other) => Id.CompareTo(other.Id);
示例#4
0
 public int CompareTo(Uid other) => Id.CompareTo(other.Id);