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