protected bool Equals(BuiltInPresetEntry other) { return(other != null && string.Equals(Filename, other.Filename, StringComparison.OrdinalIgnoreCase)); }
protected bool Equals(BuiltInPresetEntry other) { return other != null && string.Equals(Filename, other.Filename, StringComparison.OrdinalIgnoreCase); }