···22// See the LICENCE file in the repository root for full licence text.
3344using System;
55+using System.Diagnostics.CodeAnalysis;
56using osuTK.Graphics.ES30;
6778namespace osu.Framework.Graphics
···158159159160 public override readonly bool Equals(object obj) => obj is BlendingParameters other && this == other;
160161162162+ [SuppressMessage("ReSharper", "NonReadonlyMemberInGetHashCode")]
161163 public override readonly int GetHashCode() => HashCode.Combine(Source, Destination, SourceAlpha, DestinationAlpha, RGBEquation, AlphaEquation);
162164163165 public readonly bool IsDisabled =>