コード例 #1
0
 public bool Equals(RGB rgb)
 {
     return((this.R == rgb.R) && (this.G == rgb.G) && (this.B == rgb.B));
 }