Function 関数

NSEqualRects(_:_:)

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

Declaration 宣言

func NSEqualRects(_ aRect: NSRect, 
                _ bRect: NSRect) -> Bool

Return Value 戻り値

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

See Also 参照

Managing Rectangles 矩形を管理する