OCLOperators isNull
Created by Hans.karlsen on 2017-11-20 · Last edited by Peter.byaruhanga on 2025-12-09.
Returns true if the value is null (not assigned any value).
Example
If We have a Class Car
Car.allinstances->isNullThis will either return true or false
See also: OCLOperators_notNull
