Function 関数

NSEqualRanges

Returns a Boolean value that indicates whether two given ranges are equal. 2つの与えられた範囲が等しいかどうかを指し示すブール値を返します。

Declaration 宣言

BOOL NSEqualRanges(NSRange range1, NSRange range2);

Return Value 戻り値

YES if range1 and range2 have the same locations and lengths. YES、もしrange1range2が同じ位置と長さを持つならば。

See Also 参照

Managing Ranges 範囲を管理する