Function 関数

NSEqualPoints

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

Declaration 宣言

BOOL NSEqualPoints(NSPoint aPoint, NSPoint bPoint);

Return Value 戻り値

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

See Also 参照

Managing Points ポイントの管理