Function 関数

NSEqualRanges(_:_:)

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

Declaration 宣言

func NSEqualRanges(_ range1: NSRange, 
                 _ range2: NSRange) -> Bool

Return Value 戻り値

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

See Also 参照

Managing Ranges 範囲を管理する