예제 #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);