static func == (Wrapped?, Wrapped?) -> Bool
Returns a Boolean value indicating whether two optional instances are equal.
2つのオプショナルインスタンスが等しいかどうかを指し示すブール値を返します。
Available when
Wrapped
conforms to Equatable
.
Wrapped
がEquatable
に準拠する時に利用可能です。