Exemplo n.º 1
0
 private bool Equals(ColorInfo other)
 {
     return(Red == other.Red && Green == other.Green && Blue == other.Blue);
 }
Exemplo n.º 2
0
 private bool Equals(ColorInfo other)
 {
     return Red == other.Red && Green == other.Green && Blue == other.Blue;
 }