Contents

==(_:_:)

Returns a Boolean value indicating whether two camera frame parameters are equal.

Declaration

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

Parameters

  • lhs:

    The left-hand side camera frame parameters to compare.

  • rhs:

    The right-hand side camera frame parameters to compare.

Return Value

true if the two camera frame parameters are equal; otherwise, false.