Esempio n. 1
0
 /// <summary>
 /// Serves as a hash function for a particular type.
 /// </summary>
 public override int GetHashCode()
 {
     return(HashCodeHelper.Combine(Value.GetHashCode(), Name.GetHashCode()));
 }