Package io.appform.hope.core.operators
Class NotEquals
- java.lang.Object
-
- io.appform.hope.core.TreeNode
-
- io.appform.hope.core.Evaluatable
-
- io.appform.hope.core.BinaryOperator<Value>
-
- io.appform.hope.core.operators.NotEquals
-
public class NotEquals extends BinaryOperator<Value>
Checks if lhs is not equal to rhs
-
-
Field Summary
-
Fields inherited from class io.appform.hope.core.BinaryOperator
lhs, rhs
-
-