in this we programming tutorial we will know the list of operators in asp.net using c#
Operator | Description |
== | Equal to. |
!= | Not equal to. |
< | Less than. |
> | Greater than. |
<= | Less than or equal to. |
>= | Greater than or equal to. |
&& | Logical and (evaluates to true only if both expressions are true). If the first expression is false, the second expression is not evaluated. |
|| | Logical or (evaluates to true if either expression is true). If the first expression is true, the second expression is not evaluated. |
No comments:
Post a Comment