public override int GetHashCode()
 {
     unchecked
     {
         return(HashString.GetHashCode());
     }
 }
Example #2
0
 public override int GetHashCode()
 {
     return(HashString.GetHashCode());
 }