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