equality operator 双语例句
全部
1·Pattern indexes now use the regular equality operator.
模式索引现在使用正则判等操作符。
2·So this is the equality operator, whereas the single equal sign is the assignment operator.
所以这是相等操作符,然而那个单等号是一个赋值运算符。
3·Verifies that two specified generic type data are equal by using the equality operator.
使用相等比较运算子验证两个指定的泛型型别资料是否相等。
4·This method is equivalent to the equality operator, which also compare run-time identifiers.
此方法相当于也会比较执行阶段识别项的等号比较运算子。
5·A type implements the equality or inequality operator and does not implement the opposite operator.
某类型实现相等运算符或不等运算符,却未实现相反运算符。
6·You cannot use the default equality operator in an overloaded implementation of the equality operator.
不能在相等运算符的重载实现中使用默认相等运算符。
7·Types typically implement the inequality operator by returning the negated value of the equality operator.
类型通常通过返回相等运算符的反值来实现不等运算符。
8·If your programming language supports operator overloads, you should consider implementing the equality operator.
如果编程语言支持运算符重载,则应考虑实现相等运算符。
9·As an example of when RTTI might be useful, consider a class hierarchy for which we'd like to implement the equality operator.
作为说明何时可以使用RTTI的例子,考虑一个类层次,我们希望为它实现相等操作符。
10·If your programming language supports operator overloading, you should also provide an implementation of the equality and inequality operators.
如果编程语言支持运算符重载,则还应提供等号和不等号运算符的实现。
