SequenceEqual Operator Overview Determine whether two Observables emit the same sequence of items. Example observable := rxgo.Just(1, 2, 3, 4, 5)(). SequenceEqual(rxgo.Just(1, 2, 42, 4, 5)()) Output: false Options WithBufferedChannel WithContext WithObservationStrategy WithErrorStrategy WithPublishStrategy