コード例 #1
0
 private bool Equals(SetThrottle other)
 {
     return Equals(_address, other._address) && _direction == other._direction && Equals(_mode, other._mode);
 }
コード例 #2
0
 private bool Equals(SetThrottle other)
 {
     return(Equals(_address, other._address) && _direction == other._direction && Equals(_mode, other._mode));
 }