コード例 #1
0
 public void RemoveDocument(DocumentIdentity documentIdentity)
 {
     this.documentList.Remove(documentIdentity);
 }
コード例 #2
0
 public bool Equals(DocumentIdentity other)
 {
     return(other != null && StringComparer.OrdinalIgnoreCase.Equals(this.Moniker, other.Moniker));
 }
コード例 #3
0
 public void RemoveDocument(DocumentIdentity documentIdentity)
 {
     this.documentList.Remove(documentIdentity);
 }
コード例 #4
0
 public bool Equals(DocumentIdentity other)
 {
     return other != null && StringComparer.OrdinalIgnoreCase.Equals(this.Moniker, other.Moniker);
 }