Inheritance: ChangePropertyBrick
コード例 #1
0
 protected bool TestEquals(MoveBrick other)
 {
     return(TestEquals(_steps, other._steps));
 }
コード例 #2
0
 protected bool TestEquals(MoveBrick other)
 {
     return TestEquals(_steps, other._steps);
 }