コード例 #1
0
ファイル: Color.cs プロジェクト: wesIdeal/BrewLib
 protected bool Equals(Color other)
 {
     return(SRM.Equals(other.SRM));
 }