示例#1
0
 public bool Equals(HsbColor other)
 {
     return(other.Equals(this));
 }
示例#2
0
 public int CompareTo(HsbColor other)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public RgbColor(HsbColor other)
 {
     throw new NotImplementedException();
 }