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