用途がオブジェクトであるデータ項目に関する比較

You can compare two object references to see if they refer to the same object.

General Format


*

Syntax Rules

  1. Only one operand in the comparison can be the figurative constant NULL.

General Rules

  1. The operands are equal if they identify the same object, otherwise they are unequal.