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