Relation operators evaluate relation between two operands and return logical value
true when the relation is valid, otherwise they return logical value false.
|  | Equals (For modes 2D, 3D, Console) |  Show exampleHide example | Relation operator. Returns whether are the values of the left and the right expression equal. | Writes to the output window both of the numbers chosen by user only if they have the same value. | | |
|
|
|  | Does not equal (For modes 2D, 3D, Console) |  Show exampleHide example | Relation operator. Returns whether are the values of the left and the right expression not equal. | Writes to the output window both of the numbers chosen by user only if they have the different value. | | |
|
|
|  | Less than (For modes 2D, 3D, Console) |  Show exampleHide example | Relation operator. Returns whether the value of the left expression is less than the value of the right expression. | Writes to the output window both of the numbers chosen by user only if the first number has less value than the second. | | |
|
|
|  | Greater than (For modes 2D, 3D, Console) |  Show exampleHide example | Relation operator. Returns whether the value of the left expression is greater than the value of the right expression. | Writes to the output window both of the numbers chosen by user only if the first number has greater value than the second. | | |
|
|
|  | Less or equal (For modes 2D, 3D, Console) |  Show exampleHide example | Relation operator. Returns whether the value of the left expression is less than or equal to than the value of the right expression. | Writes to the output window both of the numbers chosen by user only if the first number has less or equal value than the second. | | |
|
|
|  | Greater or equal (For modes 2D, 3D, Console) |  Show exampleHide example | Relation operator. Returns whether the value of the left expression is greater than or equal to the value of the right expression. | Writes to the output window both of the numbers chosen by user only if the first number has greater or equal value than the second. | | |
|
|
Did you find this information useful?
Documentation of SGP Baltie 4 C#
Send us comments on this topic by
this form
©1978-2010
SGP SystemsParent page |
Previous page |
Next page