matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.query
/
QueryStringValue
/
Equals
Equals
data
class
Equals
(
val
string
:
String
,
val
case
:
QueryStringValue.Case
=
Case.SENSITIVE
)
:
QueryStringValue.ContentQueryStringValue
Content copied to clipboard
The tested field must match the
string
.
Constructors
Properties
Constructors
Equals
Link copied to clipboard
fun
Equals
(
string
:
String
,
case
:
QueryStringValue.Case
=
Case.SENSITIVE
)
Content copied to clipboard
Properties
case
Link copied to clipboard
open
override
val
case
:
QueryStringValue.Case
Content copied to clipboard
string
Link copied to clipboard
open
override
val
string
:
String
Content copied to clipboard