コード例 #1
0
ファイル: DrawInfo.cs プロジェクト: omkelderman/osu-framework
 public bool Equals(DrawInfo other)
 {
     return(Matrix.Equals(other.Matrix) && Colour.Equals(other.Colour) && Blending.Equals(other.Blending));
 }
コード例 #2
0
 public bool Equals(DrawColourInfo other) => Colour.Equals(other.Colour) && Blending.Equals(other.Blending);