C# != Operator

amiedd
2,676 views

Open Source Your Knowledge, Become a Contributor

Technology knowledge has to be shared and made accessible for free. Join the movement.

Create Content

!= 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.

Open Source Your Knowledge: become a Contributor and help others learn. Create New Content