Delivers true if the type equals the type of the library component <typeName>.
| isAssignableTo(String typeName) | |||
|---|---|---|---|
| Argument | String | typeName |
Name of the library component May be assigned as name or absolute name (always the absolute name should be used, because it identifies the library component unique) |
| Return value | Boolean | ||
| Formula | Result |
|---|---|
| type(’ModularSystem.Interfaces,IconfigurableStation’)isAssignableTo(’ModularSystem.Interfaces.IStation’) | true |
