protected bool TestEquals(NxtMotorBrick other) { return string.Equals(_motor, other._motor); }
protected bool TestEquals(NxtMotorBrick other) { return(string.Equals(_motor, other._motor)); }