protected bool Equals(SharpCrushFile other) { return(string.Equals(FilePath, other.FilePath) && string.Equals(FileType, other.FileType)); }
protected bool Equals(SharpCrushFile other) { return string.Equals(FilePath, other.FilePath) && string.Equals(FileType, other.FileType); }