Ejemplo n.º 1
0
 protected bool Equals(ScreenshotFile other)
 {
     return(Path.Equals(other.Path) && Filename.Equals(other.Filename) && Extension.Equals(other.Extension));
 }