コード例 #1
0
ファイル: DocumentInfo.cs プロジェクト: artikh/CouchDude
 /// <inheritdoc/>
 public bool Equals(DocumentInfo other)
 {
     return Equals(other.Id, Id) && Equals(other.Revision, Revision);
 }
コード例 #2
0
ファイル: DocumentInfo.cs プロジェクト: artikh/CouchDude
 /// <inheritdoc/>
 public bool Equals(DocumentInfo other)
 {
     return(Equals(other.Id, Id) && Equals(other.Revision, Revision));
 }