Function Entry: /=
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: /=
Name
/=
Class
Function
Syntax
(/= [expr ...])
Description
Compares arguments for inequality under AutoLISP comparison semantics.
Return Values
- T if the arguments are pairwise unequal under the active semantics
- nil otherwise
Side Effects
Side effects are those of evaluating the arguments.
Availability
- AutoCAD 2026: documented (per Autodesk reference page).
- BricsCAD V26: presumed compatible (no contradicting page found).
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
- [Non-alphabetic Functions Reference (AutoLISP)](https://help.autodesk.com/cloudhelp/2026/KOR/AutoCAD-LT-AutoLISP-Reference/files/GUID-EBDC1072-48BF-4204-80B1-73430DBF58E1.htm)
- Status: documented by family summary.