We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17eafa3 commit d1227deCopy full SHA for d1227de
operators/Conditional-and-Boolean-Operators.md
@@ -20,4 +20,4 @@
20
* [**`all( )`**](Conditional.md#All) — 判断是否所有的数据项都满足某个条件
21
* [**`contains( )`**](Conditional.md#Contains) — 判断Observable是否会发射一个指定的值
22
* [**`exists( )` and `isEmpty( )`**](Conditional.md#Contains) — 判断Observable是否发射了一个值
23
-* [**`sequenceEqual( )`**](Conditional.md#Sequenceequal) — test the equality of the sequences emitted by two Observables判断两个Observables发射的序列是否相等
+* [**`sequenceEqual( )`**](Conditional.md#Sequenceequal) — 判断两个Observables发射的序列是否相等
0 commit comments