OleObjectType Operators
Lists OLE object content types.| Name | Description |
|---|---|
| Equality(OleObjectType, String) static | Compares two OleObjectType structures for equality. |
| Equality(String, OleObjectType) static | Compares two OleObjectType structures for equality. |
| Implicit(OleObjectType to String) static | Implicitly converts a OleObjectType value to the corresponding type ID. |
| Implicit(String to OleObjectType) static | Implicitly converts an OLE object type’s string ID to an OleObjectType instance. |
| Inequality(OleObjectType, String) static | Compares an OleObjectType and an OLE object type’s string ID value to determine whether they are not equal. |
| Inequality(String, OleObjectType) static | Compares an OleObjectType and an OLE object type’s string ID value to determine whether they are not equal. |
See Also