Beispiel #1
0
 public override int GetHashCode()
 {
     return((_stringValue != null
                                 ? _stringValue.GetHashCode()
                                 : 0) +
            29 * _type.GetHashCode());
 }