C# != Operator Tutorial - AmieDD

amiedd
16.5K views

Open Source Your Knowledge, Become a Contributor

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

Create Content

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.

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