Пример #1
0
 /**
  * Overriden, to return a value which is consistent with the value returned by equals(Object).
  */
 public override int GetHashCode()
 {
     return(Name.GetHashCode() + RecordType.GetHashCode() + RecordClass.GetHashCode());
 }