このメソッドは、_className, _objectName, _objectNumber, _owner が すべて aObj と一致した場合 true を返します。 どれか1つでも一致しないものがあれば false を返します。 また、aObj が null の場合も false を返します。 If the current object is same class name, object name, object number, and owner which aObj has, this method returns true. Otherwise, false.