Relational operators that can be used in a conditional expression. : If : Statement C# Examples


C# Examples » Statement » If »

 

Relational operators that can be used in a conditional expression.








Operator
Meaning



Less than



Less than or equal


>
Greater than


>=
Greater than or equal


==
Equal to


!=
Not equal






HTML code for linking to this page:

Follow Navioo On Twitter

C# Examples

 Navioo Statement
» If