Exemplo n.º 1
0
 private bool Equals(Filename other)
 {
     return(Value == other.Value);
 }
Exemplo n.º 2
0
 protected bool Equals(ScreenshotFile other)
 {
     return(Path.Equals(other.Path) && Filename.Equals(other.Filename) && Extension.Equals(other.Extension));
 }