==(_:_:)
Returns a Boolean value indicating whether two data values wrap the same underlying value.
Declaration
static func == (left: MLDataValue, right: MLDataValue) -> BoolParameters
- left:
A data value to compare.
- right:
A data value to compare.