Methods

!=ΒΆ

!=(a:Any, b:Any)

Inequality operator
Source: stdlib.ngs:765

Example

1 !=2  # true, same as not(1==2)