Beispiel #1
0
 protected override bool TestEquals(Brick other)
 {
     return(base.TestEquals(other) && TestEquals((PlayNxtToneBrick)other));
 }
Beispiel #2
0
 protected override bool TestEquals(Brick other)
 {
     return(base.TestEquals(other) && TestEquals((ChangeNxtMotorAngleBrick)other));
 }
Beispiel #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));
 }