Exemplo n.º 1
0
 protected override bool TestEquals(Brick other)
 {
     return(base.TestEquals(other) && TestEquals((PlayNxtToneBrick)other));
 }
Exemplo n.º 2
0
 protected override bool TestEquals(Brick other)
 {
     return(base.TestEquals(other) && TestEquals((ChangeNxtMotorAngleBrick)other));
 }
Exemplo n.º 3
0
 protected override bool TestEquals(Brick other)
 {
     return(base.TestEquals(other) && TestEquals((NxtMotorBrick)other));
 }
 protected override bool TestEquals(Brick other)
 {
     return(base.TestEquals(other) && TestEquals((VariableBrick)other));
 }