COleSafeArray Operators

Operator Description
operator = Copy values into a COleSafeArray object. The values to be copied can be a SAFEARRAY, a COleSafeArray, or an array of VARIANT or COleVariant objects.
operator == Compare two variant arrays. The array with which to compare the COleSafeArray object can be a SAFEARRAY, a COleSafeArray, or an array of VARIANT or COleVariant objects.
operator LPVARIANT Accesses the underlying VARIANT structure of the COleSafeArray object.
operator LPCVARIANT Accesses the underlying VARIANT structure of the COleSafeArray object.