public bool Equals(CustomFile other) { return(other != null && this.Name.Equals(other.Name)); }
public bool Equals(CustomFile other) { return other != null && this.Name.Equals(other.Name); }