objectbox
objectbox
QueryIntegerProperty
notEquals method
notEquals
objectbox
objectbox
QueryIntegerProperty
notEquals method
QueryIntegerProperty class
Constructors
QueryIntegerProperty
Properties
hashCode
runtimeType
Methods
equals
greaterThan
inside
lessThan
notEquals
notIn
notInList
isNull
noSuchMethod
notNull
toString
Operators
operator <
operator >
operator ==
notEquals
method
Condition
notEquals
(
int
p
)
Implementation
Condition notEquals(int p) { return _op(p, ConditionOp.notEq); }