public override int GetHashCode() { unchecked { return(((_target != null ? _target.GetHashCode() : 0) * 397) ^ _abort.GetHashCode()); } }
public override int GetHashCode() { unchecked { var hashCode = (_target != null ? _target.GetHashCode() : 0); hashCode = (hashCode * 397) ^ _direction.GetHashCode(); hashCode = (hashCode * 397) ^ _rateMBit.GetHashCode(); return(hashCode); } }
public override int GetHashCode() { unchecked { return(((_node != null ? _node.GetHashCode() : 0) * 397) ^ (_addr != null ? _addr.GetHashCode() : 0)); } }