예제 #1
0
 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);