Contents

==(_:_:)

Returns a Boolean value indicating whether two camera frames are equal.

Declaration

static func == (lhs: CameraFrame, rhs: CameraFrame) -> Bool

Parameters

  • 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.