Blockchain

[Solidity] String comparison

2022-03-06 C.H. Ling 0

Compare with other programming language, string comparison cannot be done with == or != in Solidity. It is because Solidity do not support operator natively. To doing so, it needs workaround.