protected bool Equals(IniSection other) { return (!ReferenceEquals(other, null) && Name.Equals(other.Name, StringComparison.OrdinalIgnoreCase)); }
protected bool Equals(IniSection other) { return !ReferenceEquals(other, null) && Name.Equals(other.Name, StringComparison.OrdinalIgnoreCase); }