Microsoft® JScript Comparison Operators |
| Language Reference | |
Used to compare expressions.
result = expression1 comparisonoperator expression2
Comparison operators have these parts:
Part Description result Any variable. expression Any expression. comparisonoperator Any comparison operator. expression2 Any expression.
The following table contains a list of the comparison operators and the conditions that determine whether result is True, False, or Null:
Operator Description True if False if < Less than expression1 < expression2 expression1 >= expression2 <= Less than or equal to expression1 <= expression2 expression1 > expression2 > Greater than expression1 > expression2 expression1 <= expression2 >= Greater than or equal to expression1 >= expression2 expression1 < expression2 == Equal to expression1 == expression2 expression1 != expression2 != Not equal to expression1 != expression2 expression1 == expression2
When comparing two expressions, you may not be able to easily determine whether the expressions are being compared as numbers or as strings. The following table shows how expressions are compared or what results from the comparison, depending on the underlying subtype:
obj as ns num bool undef null obj F F F F F F F as F S S E E E F ns F S S N N E F num F E N N N E T bool F E N N N E T undef F E E E E E T null F F F T T T T obj = Object, as = Alphanumeric String, ns = Numeric String, num = Number, bool = Boolean, undef = Undefined, null = Null value.
F = false, T = true, S = string, N = numeric, E = error.
file: /Techref/language/asp/js/66.htm, 6KB, , updated: 1996/11/22 10:12, local time: 2024/11/22 05:06,
3.142.40.195:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://sxlist.com/techref/language/asp/js/66.htm"> Microsoft® JScript Language Reference </A> |
Did you find what you needed? |
Welcome to sxlist.com!sales, advertizing, & kind contributors just like you! Please don't rip/copy (here's why Copies of the site on CD are available at minimal cost. |
Welcome to sxlist.com! |
.