bash compare two strings

Shell
if [ "$s1" == "$s2" ]
then
	stuff
fi
Source

Also in Shell: