Firebase Kotlin SDK
Toggle table of contents
2.2.0
common
Platform filter
common
Switch theme
Search in API
Firebase Kotlin SDK
firebase-firestore
/
dev.gitlive.firebase.firestore
/
FilterBuilder
/
notEqualTo
not
Equal
To
infix
fun
String
.
notEqualTo
(
value
:
Any
?
)
:
Filter.WithConstraint
(
source
)
infix
fun
FieldPath
.
notEqualTo
(
value
:
Any
?
)
:
Filter.WithConstraint
(
source
)