예제 #1
0
 /// <summary>
 /// Answers an integer hash code for the receiver. Objects which are equal
 /// answer the same value for this method.
 /// </summary>
 ///
 /// <returns>the receiver's hash</returns>
 /// <seealso cref="M:ILOG.J2CsMapping.Text.DummyFormat.Equals(System.Object)"/>
 public override int GetHashCode()
 {
     return(dform.GetHashCode());
 }