コード例 #1
0
ファイル: BuggyObject.cs プロジェクト: Nementon/ck-desktop
 public bool Equals( BuggyObjectBase other )
 {
     return other != null && Name == other.Name && Power == other.Power;
 }
コード例 #2
0
 public bool Equals(BuggyObjectBase other)
 {
     return(other != null && Name == other.Name && Power == other.Power);
 }