==(_:_:)
Two states are defined equal if they have the same case. Specifically, a .failed(Error) state will match any other failed state regardless of the actual error payload.
Declaration
static func == (lhs: ObjectCaptureSession.CaptureState, rhs: ObjectCaptureSession.CaptureState) -> Bool