overlaps method

bool overlaps(
  1. EllaTimeRange other
)

Implementation

bool overlaps(EllaTimeRange other)
{
  return toRange().overlaps( other.toRange() );
}