Documentation / dataflow-async / com.femastudios.dataflow.async.extensions / eq
Go to reference
Go to reference
eq
infix fun <T> Attribute<T>.eq(another: Attribute<T>): Attribute<Boolean>
infix fun <T> Attribute<T>.eq(another: T): Attribute<Boolean>
infix fun <T> T.eq(another: Attribute<T>): Attribute<Boolean>
Returns a Attribute whose value is true
if the two values are equal