The Rhinoscript documentation say to use “!=” for the not-equal-to operator. I’ve written VB for years, and not equal to is normally “<>”. If I type “!=” into Rhino’s script editor, it automatically changes it to “=” (exactly the opposite of what I intend), so apparently the documentation is wrong. Am I correct that “<>” is the proper operator in Rhinoscript for not-equal-to?
See here:
https://developer.rhino3d.com/guides/rhinoscript/primer-101/4-operators-and-functions/