Пример #1
0
 public int CompareTo(EventStreamChange other)
 {
     return(AggregateId.CompareTo(other.AggregateId));
 }