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)
Relation operator. Returns whether are the values of the left and the right expression equal.
Was this helpful?
Does not equal (For modes 2D, 3D, Console)
Relation operator. Returns whether are the values of the left and the right expression not equal.
Was this helpful?
Less than (For modes 2D, 3D, Console)
Relation operator. Returns whether the value of the left expression is less than the value of the right expression.
Was this helpful?
Greater than (For modes 2D, 3D, Console)
Relation operator. Returns whether the value of the left expression is greater than the value of the right expression.
Was this helpful?
Less or equal (For modes 2D, 3D, Console)
Relation operator. Returns whether the value of the left expression is less than or equal to than the value of the right expression.
Was this helpful?
Greater or equal (For modes 2D, 3D, Console)
Relation operator. Returns whether the value of the left expression is greater than or equal to the value of the right expression.
Was this helpful?


Did you find this information useful?
Documentation of SGP Baltie 4 C#
Send us comments on this topic by this form ©1978-2010 SGP Systems

Parent page | Previous page | Next page