There was an error while loading. Please reload this page.
The != operator is used for testing for inequality between two values.
!=
1 != 2
The != operator can be defined for additional types or type combinations with the following:
func __not_equals__(a $A, b $B) bool
where $A and $B are any valid types
$A
$B
See __not_equals__ for more information.
__not_equals__
Table of Contents