Code wont function correctly (GSM Module)

changed to ==

if (buttonState == HIGH) {
    digitalWrite(ledPin, HIGH);
    } else {

Still no change in outcome.