Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The only operators defined for object variables are Is and TypeOf...Is. When Option Strict is On, all operands must be of data types defined for the given operator.
Error ID: BC30038
To correct this error
- Use the appropriate type conversion functions, such as CInt or CStr, to convert the operands to data types defined for the operator.
See Also
Concepts
Comparison Operators in Visual Basic