Example #1
0
 /// <inheritdoc />
 public override int GetHashCode()
 {
     unchecked
     {
         return((Box.GetHashCode() * 397) ^ Rotation.GetHashCode());
     }
 }