Instance Method
isEqualToWidgetSizeObject:
Returns whether two size objects are equal.
Declaration
-(BOOL)isEqualToWidgetSizeObject:(HSWidgetSizeObject *)object;
Parameters
-
object
other size object to compare against
Return Value
YES if other object's size structure has the same number of rows and columns as current object's structure; otherwise NO.