What is the translation of " EQUALS " in English? S

Noun
equals
平等
相等
同等
相当
同工同
一个平等
男女
男女享有平等

Examples of using Equals in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Equals和==的差别.
The difference between equals and==.
条件的开头通常是子句“Iffieldequalsvalue”。
Conditions typically start with the clause“If field equals value.”.
equals方法之间的区别是什么?
What's the difference between== and equals method?
在那种情况下,我会为那些类重写Equals和GetHashCode方法。
In that case I would override Equals and GetHashCode for those classes.
Equals方法、hashCode方法被定义在Object类中。
The equals and hashcode are methods defined in the Object class.
在Java中重写equals和hashCode时应考虑哪些问题??
What issues should be considered when overriding equals and hashCode in Java?
Equals(Objectobj)指示某个其他对象是否与此对象“相等”。
The equals(Object obj) method indicates whether some other object is"equal to" this one.
即使set的顺序与equals不一致,其行为也是定义良好的;.
The behavior of a set is well-defined even ifits ordering is inconsistent with equals;
他是Equals的创始成员之一,英国的第一个种族综合流行组织之一。
He was a founding member of The Equals, one of Britain's first racially integrated pop groups.
如果方法像equals()那样发回一个值,则被称为返回一个值。
When a method sends back a value, as the equals() method does, it's called returning a value.
其预期输出是数字0至9,其中5和6中间会显示"aequals5!
The expected output is the numbers 0 through 9,with an interjected"a equals 5!" between 5 and 6!
他是Equals的创始成员之一,英国的第一个种族综合流行组织之一。
He was a founding member of the Equals, one of the United Kingdom's first racially integrated pop groups.
此外,Kotlin的“==”操作符不是比较引用,而是和equals方法一样。
Moreover, the operator'==' does not compare references in Kotlin,it works as the equals method.
类的equals方法是对象实现对象上可能差别最大的相等关系;
The equals method for class Object implements the most discriminating possible equivalence relation on objects;
对于对象中每一个关键域f(指equals方法中考虑的每个域),完成以下步骤:.
For each significant fieldf in your object(each field taken into account by the equals method, that is), do the following:.
以ZeroEqualsFalse的网站为例,它只使用白色背景和黑色文本,几乎没有其他内容。
I will use Zero Equals False as an example, it only uses black text on a white background, and almost nothing else.
由于“类优先”规则,这样的方法绝对无法超越Object.toString或Objects.equals
As a consequence of the"classes win" rule, such a method could never win against Object.toString or Object. equals.
Equals方法比较两个对象的所指对象,而不是两个指针本身(如果你承认Java有指针)。
The equals method compares what an object points to rather than the pointer itself(if we can admit that Java has pointers).
首先我定义了一个简单的Java类包含一些字段以及toString、equals、hashCode等方法,大概有50行代码。
I started by defining a simple Java class with a few fields,toString, equals, hashCode etc. It was about 50 lines of code.
实施equals()和hashCode()有一些限制,Object文件中列举出了这些限制。
There are some restrictions placed on the behavior of equals() and hashCode(), which are enumerated in the documentation for Object.
重写GetHashCode的派生类还必须重写Equals,以保证被视为相等的两个对象具有相同的哈希代码;.
Derived classes that override GetHashCode must also override Equals to guarantee that two objects considered equal have the same hash code;
这些类还提供了大量用于转换基值的方法,并支持一些标准方法,比如equals和hashCode。
These classes also provide a number of methods for converting among primitive values,as well as supporting such standard methods as equals and hashCode.
如果重载equals()方法,则可以改变两个对象的等同方式,并且Object的hashCode()实现不再有效。
If you override the equals()method, you change the way two objects are equated and Object's implementation of hashCode()is no longer valid.
Case类还消除了值对象的所有干扰(像equals和hashCode实现),并同时减少了常见错误来源。
Case classes eliminate allnoise from value objects as well(like equals and hashCode implementations) and simultaneously cut down a common source of errors.
对于比较复杂的类来说,equals()和hashCode()的行为可能甚至受到superclass或interface的影响。
For more complex classes, the behavior of equals() and hashCode() may even be imposed by the specification of a superclass or interface.
此类不是通用Map实现!此类实现Map接口时,它有意违反Map的常规协定,该协定在比较对象时强制使用equals方法。
While this class implements the Map interface, it intentionally violates Map's general contract,which mandates the use of the equals method when comparing objects.
例如,在本章前面介绍的equals()方法将果断地认为Harveykeitel不等于HARVEYKEITEL。
For instance, the equals() method discussed previously in this hour would state authoritatively that Harvey Keitel is not equal to HARVEY KEITEL.
Object提供的equals()方法测试对象引用是否相等-也就是说,比较的对象是完全相同的对象。
The equals()method provided by Objecttests whether the object references are equal- that is, if the objects compared are the exact same object.
Results: 28, Time: 0.0254

Equals in different Languages

Top dictionary queries

Chinese - English