Example #1
0
 /// <summary>
 /// Get the hash code of the object <see cref="PnFArg"/>.
 /// </summary>
 /// <returns>A hash code.</returns>
 public override int GetHashCode()
 {
     return(BoxSize.GetHashCode() ^ ReversalAmount.GetHashCode());
 }