Function 関数

NSEqualRects

Returns a Boolean value that indicates whether the two rectangles are equal. 2つの矩形が等しいかどうかを指し示すブール値を返します。

Declaration 宣言

BOOL NSEqualRects(NSRect aRect, NSRect bRect);

Return Value 戻り値

YES if aRect and bRect are identical, otherwise NO. YES、もしaRectbRectが同一ならば、そうでなければNO

See Also 参照

Managing Rectangles 矩形を管理する