Example #1
0
 public override int GetHashCode()
 {
     unchecked {
         int hash = 17;
         hash = hash * 23 + INF.GetHashCode();
         hash = hash * 23 + Name.GetHashCode();
         return(hash);
     }
 }