Content deleted Content added
No edit summary |
|||
Line 156:
< Less than
<= Less than or equal to
== and != should not be used to compare contents of objects. They will return true if two references refer to the same object, rather than if the two objects have equivalent value
===Conditional===
|