Equality Operators in c# | #Mortaltech | #19



Equality Operators in c# | #Mortaltech | #19

Equality Operators in c#  | #Mortaltech | #19

Equality Operators in c# | #Mortaltech | #196

Equality Operators
The equality operator checks whether the two operands are equal or not.

Operator Description Example
== Returns true if operands are equal otherwise false. x == y;
!= Returns true if operands are not equal otherwise false. x != y;

You can also find me here:
Instagram: MortalsTech
Facebook: MortalTech
Twitter: Mortalstech