Compares strings for equality.
Supported Platforms: AutoCAD for Windows only; not available in AutoCAD LT for Windows, or on Mac OS and Web
(acet-str-equal left right [matchCase])
Type: String
The first string to compare.
Type: String
The second string to compare.
Type: T or nil
If provided and non-nil, indicates that case sensitive comparison should be used. Normally case is ignored.
Type: T or nil
Returns T if the strings are identical, otherwise nil. Also returns nil if either of the first two arguments are not strings. Displays a usage message if less than two arguments are supplied.
This function uses multibyte comparison appropriate for the current codepage.