memrootじしょ
英和翻訳
Equality check
built by
drawing tools
joint effort
fee schedule
DVT
procrastinating
Global developmental delay
ignition point
on the condition that
Equality check
/ɪˈkwɒlɪti tʃɛk/
イクオリティ チェック
1.
二つのものが等しいか確認すること。
プログラミングや論理学などの分野において、二つの値やオブジェクトが等しいかどうかを検証する行為や機能を指します。結果は通常、真(true)または偽(false)で返されます。
In
programming,
an
equality
check
determines
if
two
values
are
the
same.
(プログラミングでは、等価性チェックは二つの値が同じかどうかを決定します。)
In programming
プログラミングにおいて
an equality check
等価性チェック(二つのものが等しいかを確認すること)
determines
決定する、判断する
if two values are the same
二つの値が同じであるかどうかを
A
strict
equality
check
ensures
both
value
and
type
are
identical.
(厳密な等価性チェックは、値と型の両方が同一であることを保証します。)
A strict equality check
厳密な等価性チェック
ensures
保証する、確実にする
both value and type
値と型の両方
are identical
が同一である
You
might
need
to
implement
a
custom
equality
check
for
complex
objects.
(複雑なオブジェクトには、独自の等価性チェックを実装する必要があるかもしれません。)
You might need to implement
あなたは実装する必要があるかもしれません
a custom equality check
カスタム(独自の)等価性チェック
for complex objects
複雑なオブジェクトのために
関連
comparison
equivalence
comparison operator
identity check
deep equality