NOT_EQ

Represents lhs != rhs.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun <T : Comparable<T>> test(lhs: T, rhs: T): Boolean

Tests two Comparable objects against this predicate.

fun test(lhs: Any?, rhs: Any?): Boolean

Tests two objects against this predicate.