private bool Equals(Filename other) { return(Value == other.Value); }
protected bool Equals(ScreenshotFile other) { return(Path.Equals(other.Path) && Filename.Equals(other.Filename) && Extension.Equals(other.Extension)); }