!= (not equal to) (Concept)

AutoCAD

 
!= (not equal to)
Concept Quick Reference
 
 
 

If the numbers val1 and val2 are not equal, the string returns 1; otherwise, it returns 0.

      $(!=, 
      val1
      , 
      val2
      )