示例#1
0
 public bool Equals(WriteResult other) =>
 NextExpectedVersion == other.NextExpectedVersion && LogPosition.Equals(other.LogPosition);
示例#2
0
 public bool Equals(ConditionalWriteResult other) => NextExpectedVersion == other.NextExpectedVersion &&
 LogPosition.Equals(other.LogPosition) &&
 Status == other.Status;