Back
Close

C# != Operator

amiedd
2,669 views

!= Operators C# Reference

No need to download anything, this code works in your browser

AmieDD www.amiedd.com Code, Cosplay, and Games

Operators C# Reference !=

About C# != Operators

The inequality operator (!=) returns false if its operands are equal, true otherwise. Inequality operators are predefined for all types, including string and object. User-defined types can overload the != operator.

Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io