Esempio n. 1
0
 private bool Equals(ColorHSL other)
 {
     return (this._h == other._h && this._s == other._s && this._l == other._l);
 }
Esempio n. 2
0
 private bool Equals(ColorHSL other)
 {
     return(this._h == other._h && this._s == other._s && this._l == other._l);
 }