Ejemplo n.º 1
0
 public override int GetHashCode()
 {
     unchecked // Overflow is fine, just wrap
     {
         int hash = 17;
         hash = hash * 29 + _signalId.GetHashCode();
         hash = hash * 29 + _callback.GetHashCode();
         return(hash);
     }
 }