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