string=
string= is an alias for `string-equal' in `subr.el
'.
(string= S1 S2)
Return t if two strings have identical contents.
Case is significant, but text properties are ignored.
Symbols are also allowed; their print names are used instead.
subr.el
'.
(string= S1 S2)
Return t if two strings have identical contents.
Case is significant, but text properties are ignored.
Symbols are also allowed; their print names are used instead.