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