inSameErrorZone method Null safety

bool inSameErrorZone (
  1. Zone otherZone
)

Returns true if this and otherZone are in the same error zone.

Two zones are in the same error zone if they have the same errorZone.

Implementation

bool inSameErrorZone(Zone otherZone);