Ejemplo n.º 1
0
 /// <inheritdoc/>
 public bool Equals(DocumentInfo other)
 {
     return Equals(other.Id, Id) && Equals(other.Revision, Revision);
 }
Ejemplo n.º 2
0
 /// <inheritdoc/>
 public bool Equals(DocumentInfo other)
 {
     return(Equals(other.Id, Id) && Equals(other.Revision, Revision));
 }