Operator
演算子
==(_:
==(_:_:)
Indicates whether two query item instances are the same.
2つのクエリ項目インスタンスが同じかどうかを指し示します。
Availability 有効性
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 6.0.1+
Technology
- Foundation ファウンデーション
Declaration 宣言
static func == (lhs: URLQueryItem
, rhs: URLQueryItem
) -> Bool
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Comparing Query Items クエリ項目を比較する
static func != (URLQueryItem, URLQueryItem) -> Bool
Returns a Boolean value indicating whether two values are not equal.
2つの値が等しくないかどうかを指し示すブール値を返します。