Inline Function
HSWidgetFrameEqualsFrame
Return whether two frames are equal in size and position.
Declaration
static inline BOOL HSWidgetFrameEqualsFrame(HSWidgetFrame first, HSWidgetFrame second);
Parameters
-
first
first frame to examine
-
second
second frame to examine
Return Value
YES if two specified frames have equal size and position; otherwise, NO.
Related Links
Checking Characteristics
-
HSWidgetFrameContainsPosition
Returns whether a frame contains a specified position.
Comparisons
-
HSWidgetPositionEqualsPosition
Return whether two positions are equal.
-
HSWidgetSizeEqualsSize
Return whether two sizes are equal.