static func == (AttributeContainer, AttributeContainer) -> Bool
Returns a Boolean value that indicates whether two values are equal.
あるブール値を返します、それは2つの値が等しいかどうかを指し示します。
Availability 有効性
Technology
static func != (lhs: AttributeContainer
, rhs: AttributeContainer
) -> Bool
lhs
A value to compare. 比較する値。
rhs
Another value to compare. もう一方の比較する値。
true
if the values are not equal; otherwise, false
.
true
、もし値が等しくないならば;そうでなければ、false
。
static func == (AttributeContainer, AttributeContainer) -> Bool