public bool Equals(IMetadataDocumentationProvider other)
 {
     return other == this;
 }
Esempio n. 2
0
 public bool Equals(IMetadataDocumentationProvider other)
 {
     return(other == this);
 }