Contents

NSEqualRects(_:_:)

Returns a Boolean value that indicates whether the two rectangles are equal.

Declaration

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

Return Value

true if aRect and bRect are identical, otherwise false.

See Also

Managing Rectangles