operator NE
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at operator NE.
Returns true (–1) if expression1 does not equal expression2, or returns false (0) if it does.
expression1 NE expression2
Show: