public bool Overlaps (RectInt other);

Parameters

otherOther rectangle to test overlapping with.

Returns

bool True if the other rectangle overlaps this one.

Description

RectInts overlap if each RectInt Contains a shared point.