Example #1
0
 protected bool TestEquals(NxtMotorBrick other)
 {
     return string.Equals(_motor, other._motor);
 }
Example #2
0
 protected bool TestEquals(NxtMotorBrick other)
 {
     return(string.Equals(_motor, other._motor));
 }