Exemplo n.º 1
0
 public override int GetHashCode()
 {
     unchecked {
         int hash = 13;
         hash = (hash * 7) + type.GetHashCode();
         hash = (hash * 7) + value.GetHashCode();
         return(hash);
     }
 }