System.Types.TRect.operator !=
C++
bool operator !=(const TRect& rc) const {
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | SystemTypes.h | System.Types | TRect |
Description
Compares two rectangles for inequality.
Use operator != to compare two rectangles for inequality.
Two rectangles are unequal if any of their coordinates differ.