Contents

NSEqualPoints(_:_:)

Returns a Boolean value that indicates whether two points are equal.

Declaration

func NSEqualPoints(_ aPoint: NSPoint, _ bPoint: NSPoint) -> Bool

Return Value

true if the two points aPoint and bPoint are identical, otherwise false.

See Also

Managing Points