The operator's explanation is that a class structure is created in which a class "Mercedes" is derived from a class "Car".
Example
V1 := "Mercedes" NotIsA "Car"
Result:
V1 contains the value False (0)
Declaration:
The NotIsA operator checks whether the Mercedes class is NOT derived from the Car class and is NOT the Car class itself.