[ Text ] = [ Text ]

>> x := ['abc'] = ['abc'].
Out write: x, stop.
>> x := ['abc'] = ['xxx'].
Out write: x, stop.
True
False