ComparisonΒΆ
Equality comparison == |
|
Greater than or equal to comparison >= |
|
Greater than comparison > |
|
Less than or equal to comparison <= |
|
Less than comparison < |
|
Non-equality comparison != |
|
Whether the number is infinite. |
|
Indicates whether the value is not null. |
|
Indicates whether the value is null. |