compatible

With the exception of reference variables, two non- generic data types are compatible if all their technical attributes are the same. Any data type is compatible with a generic data type if the generic data type includes its characteristics. Data objects are compatible if their data types are compatible. In the case of an assignment or comparison of compatible data objects, no conversion takes place.

More