Beispiel #1
0
 public bool Equals(ColorArgb8888 other)
 {
     return(R == other.R && G == other.G && B == other.B && A == other.A);
 }
 public bool Equals(ColorArgb8888 other)
 {
     return R == other.R && G == other.G && B == other.B && A == other.A;
 }