您要查找的是不是:
- Operators are object reference comparison operators. 运算符是对象引用比较运算符。
- Comparison operators can also be used in program logic to look for a condition. 比较运算符还可用于在程序逻辑中查找条件。
- The relational comparison operators are discussed in detail on this page. 此页中详细讨论关系比较运算符。
- The following example shows various uses of relational comparison operators, which you use to compare expressions. 下面的示例演示用来比较表达式的关系比较运算符的各种用法。
- The comparison operators <>and != are alternate spellings of the same operator. != is the preferred spelling; <>is obsolescent. 比较运算符和!=是可选的两个具有相同含义的符号.;但推荐使用!=;是过时的写法
- Compares the equality of two expressions (a comparison operator). 比较两个表达式的等价性(比较运算符)。
- Gets or sets the comparison operation used in validation. 获取或设置验证中使用的比较操作。
- Gets the supported stencil buffer comparison operations. 获取受支持的模具缓冲区比较操作。
- The comparison operators and != are alternate spellings of the same operator. != is the preferred spelling; is obsolescent. 比较运算符和!=是可选的两个具有相同含义的符号.;但推荐使用!=;是过时的写法
- Comparison operators evaluate to a Boolean data type and return TRUE or FALSE, based on the outcome of the tested condition. 比较运算符计算结果为布尔数据类型,并根据测试条件的输出结果返回TRUE或FALSE。
- Comparison operators evaluate to a Boolean data type; they return TRUE or FALSE based on the outcome of the tested condition. 比较运算符计算结果为布尔数据类型,这些运算符可根据测试条件的结果返回TRUE或FALSE。
- Each Case statement can contain one or more values, a range of values, or a combination of values and comparison operators. 每个Case语句都可以包含一个或多个值、某个范围的值或值和比较运算符的组合。
- For example, expressions can be compared to subqueries in comparison conditions (see Comparison operators) as long as the subquery does not return more than one row. 例如,只要子查询返回的行数不超过一行,表达式就可以在比较条件下与子查询进行比较(请参见比较运算符)。
- The logical and bitwise operators have the order of precedence described below, and all have lower precedence than the arithmetic, concatenation, and comparison operators. 逻辑运算符和位运算符具有下述优先顺序,它们的优先级均低于算术运算符、串联运算符和比较运算符。
- This immutable field is useful for comparison operations and initializations. 该不可变字段对于比较运算和初始化很有用。
- You can specify multiple criteria by using the -and comparison operator. 可以使用-and比较运算符指定多个条件。
- Operator is only the equality comparison operator, not the assignment operator. 运算符只是相等比较运算符,而不是赋值运算符。
- Finally, the last three lines create expressions to compare the two variables using three basic comparison operators, and display the results of those expressions in three message boxes. 最后三行使用三个基本的比较运算符来创建表达式以比较这两个变量,并以三个消息框显示那些表达式的结果。
- Relation-string The comparison operator used for the comparison, enclosed in single quotes. relation-string用于比较的比较运算符,用单引号括起来。
- An inner join is a join in which the values in the columns being joined are compared using a comparison operator. 内部联接是使用比较运算符比较要联接列中的值的联接。