예제 #1
0
 public override int GetHashCode(SpatialEqualityOptions options)
 {
     unchecked
     {
         return(((Shell != null ? Shell.GetHashCode(options) : 0) * 397) ^ (Holes != null ? Holes.GetHashCode(options) : 0));
     }
 }