Function 関数

NSEqualPoints(_:_:)

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

Declaration 宣言

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

Return Value 戻り値

true if the two points aPoint and bPoint are identical, otherwise false. true、もし2つの点aPointbPointが同一ならば、そうでなければfalse

See Also 参照

Managing Points ポイントの管理