コード例 #1
0
 private bool Equals(ColorInfo other)
 {
     return(Red == other.Red && Green == other.Green && Blue == other.Blue);
 }
コード例 #2
0
ファイル: ColorInfo.cs プロジェクト: Fedorm/core-master
 private bool Equals(ColorInfo other)
 {
     return Red == other.Red && Green == other.Green && Blue == other.Blue;
 }