Back
Close

C# != Operator Tutorial - AmieDD

amiedd
16.4K views

C# != Operator Tutorial

This C# != Operator Tutorial www.amiedd.com AmieDD - code, cosplay and games

About C# != Operators

!= Not equal.Predefined value types, the inequality operator (!=) returns true if the values are different, false. If the reference types isn't a string, != returns true if its two operands points to different objects. String type, != compares the values of the strings.

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