Exemplo n.º 1
0
 protected bool Equals(DocumentationImage other)
 {
     return string.Equals(ImagePath, other.ImagePath) && string.Equals(ImageKey, other.ImageKey);
 }
Exemplo n.º 2
0
 protected bool Equals(DocumentationImage other)
 {
     return(string.Equals(ImagePath, other.ImagePath) && string.Equals(ImageKey, other.ImageKey));
 }