Function
notEquals(_:_:)
Tests whether two values are not equal.
func notEquals(_ left: any EcoreValue, _ right: any EcoreValue) -> EBoolean
Parameters
left-
The left operand
right-
The right operand
Return Value
true if the values are not equal, false otherwise
Discussion
Uses the EMFBase areEqual function to perform type-safe equality comparison and returns the negation of the result.