Exemple #1
0
 /// <summary>
 /// Returns the hashcode for the object.
 /// </summary>
 public override int GetHashCode()
 {
     return(GeometRi3D.HashFunction(Row1.GetHashCode(), Row2.GetHashCode(), Row3.GetHashCode()));
 }
 public override int GetHashCode()
 {
     return(Col1.GetHashCode() ^ Col2.GetHashCode() ^ Dx1.GetHashCode()
            ^ Dx2.GetHashCode() ^ Dy1.GetHashCode() ^ Dy2.GetHashCode()
            ^ Row1.GetHashCode() ^ Row2.GetHashCode() ^ AnchorType.GetHashCode());
 }
Exemple #3
0
 /// <summary>
 /// Returns the hashcode for this instance.
 /// </summary>
 /// <returns>A System.Int32 containing the unique hashcode for this instance.</returns>
 public override int GetHashCode()
 {
     return(Row0.GetHashCode() ^ Row1.GetHashCode());
 }