public override int GetHashCode() { var hashCode = 637993755; hashCode = hashCode * -1521134295 + BytesReceived.GetHashCode(); hashCode = hashCode * -1521134295 + TotalBytes.GetHashCode(); return(hashCode); }
public override int GetHashCode() { return(this.GetType().FullName.GetHashCode() ^ Address.GetHashCode() ^ vectors.GetHashCode() ^ NumVectors.GetHashCode() ^ BytesReceived.GetHashCode() ^ Flags.GetHashCode() ^ ControlMessages.GetHashCode() ^ _num_control_messages.GetHashCode()); }