NE Overloaded Not-Equals Comparison Operator
Section: Object Oriented Programming
Usage
This is a method that is invoked to combine two variables using a not-equals comparison operator, and is invoked when you callc = ne(a,b)
or for
c = a != b
Section: Object Oriented Programming
c = ne(a,b)
or for
c = a != b