==(_:_:)
Returns a Boolean value indicating whether two reference images are equal.
Declaration
static func == (lhs: ReferenceImage, rhs: ReferenceImage) -> BoolParameters
- lhs:
The left-hand side reference image to compare.
- rhs:
The right-hand side reference image to compare.
Return Value
true if the two reference images are equal; otherwise, false.