Beispiel #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         int result = Name.GetHashCode();
         result = (result * 397) ^ CalculationType.GetHashCode();
         result = (result * 397) ^ Channel;
         return(result);
     }
 }
 public override int GetHashCode()
 {
     return(ParameterType.GetHashCode() + CalculationType.GetHashCode() + Channel.GetHashCode());
 }