NSEqualPoints(_:_:)
Returns a Boolean value that indicates whether two points are equal.
Declaration
func NSEqualPoints(_ aPoint: NSPoint, _ bPoint: NSPoint) -> BoolReturn Value
true if the two points aPoint and bPoint are identical, otherwise false.