[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
BOOL PASCAL EqualRect(LPRECT pRect1, LPRECT pRect2)

  This functions compares two rectangles in order to determine if they
are equal. Two rectangles are equal if each of their four coordinates
are equal.

Parameters
  pRect1 and pRect2 are pointer to the rectangles to compare.

Returns
  TRUE if the rectangles are equal, FALSE if not.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson