inSameErrorZone 抽象方法

bool inSameErrorZone(
  1. Zone otherZone
)

判断这个区域和 otherZone 是否在同一个错误区域。

如果两个区域具有相同的 errorZone,则这两个区域在同一个错误区域。

实现

bool inSameErrorZone(Zone otherZone);