Instance Method
isEqualToWidgetFrameObject:
Returns whether two frame objects are equal in size and position.
Declaration
-(BOOL)isEqualToWidgetFrameObject:(HSWidgetFrameObject *)object;
Parameters
-
object
other frame object to compare against
Return Value
YES if other object's frame structure has the same size and position as current object's structure; otherwise NO.