_bstr_t::operator !
Visual Studio .NET 2003
Microsoft Specific
Checks if the encapsulated BSTR is a NULL string.
bool operator!( ) const throw( );
Return Value
It returns true if yes, false if not.
END Microsoft Specific