GA_equalRect

Compares two rectangles for equality.

Declaration

ibool GA_equalRect(
    GA_rect r1,
    GA_rect r2)

Prototype In

snap/graphics.h

Parameters

r1

First rectangle to compare

r2

Second rectangle to compare

 

Return Value

True if the rectangles are equal, false if not.

Description

Compares two rectangles for equality.

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com