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