menu
objectbox
objectbox_internal
QueryByteVectorProperty
<
EntityT
>
equals method
equals
brightness_4
brightness_5
equals
method
Condition
<
EntityT
>
equals
(
List
<
int
>
val
,
{
String
?
alias
}
)
Implementation
Condition<EntityT> equals(List<int> val, {String? alias}) => _op(val, _ConditionOp.eq, alias);
objectbox
objectbox_internal
QueryByteVectorProperty
<
EntityT
>
equals method
QueryByteVectorProperty class
Constructors
QueryByteVectorProperty
Properties
hashCode
runtimeType
Methods
equals
greaterOrEqual
greaterThan
isNull
lessOrEqual
lessThan
noSuchMethod
notNull
toString
Operators
operator ==