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