예제 #1
0
파일: Color.cs 프로젝트: wesIdeal/BrewLib
 protected bool Equals(Color other)
 {
     return(SRM.Equals(other.SRM));
 }