コード例 #1
0
 protected override bool TestEquals(Brick other)
 {
     return(base.TestEquals(other) && TestEquals((PlayNxtToneBrick)other));
 }
コード例 #2
0
 protected override bool TestEquals(Brick other)
 {
     return(base.TestEquals(other) && TestEquals((ChangeNxtMotorAngleBrick)other));
 }
コード例 #3
0
 protected override bool TestEquals(Brick other)
 {
     return(base.TestEquals(other) && TestEquals((NxtMotorBrick)other));
 }
コード例 #4
0
 protected override bool TestEquals(Brick other)
 {
     return(base.TestEquals(other) && TestEquals((VariableBrick)other));
 }