Comparison Operations: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(edit)
(Redirected page to Category:Comparison Operations)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Below is the list of comparison operators:
#redirect:[[:Category:Comparison Operations]]
 
{|
|-valign="top"
|width="10%"|'''Operator'''|| '''Meaning'''
|-valign="top"
|width="10%"|'''='''||equal, like the '''==''' operator below
|-valign="top"
|width="10%"|'''=='''||equal
|-valign="top"
|width="10%"|'''<>'''||not equal
|-valign="top"
|width="10%"|'''<'''||less than
|-valign="top"
|width="10%"|'''<='''||less than or equal to
|-valign="top"
|width="10%"|'''>'''||more than
|-valign="top"
|width="10%"|'''>='''||more than or equal to
|}
<noinclude>
[[Category:Operations]]
[[Category:Comparison Operations]]
</noinclude>

Latest revision as of 13:48, 13 May 2014