Differenece between == vs = in conditional match

Not applicable

What is the difference between below two syntax supported by APIGEE for condition evaluation:

request.verb = "POST"

vs

request.verb == "POST"

0 1 52
1 REPLY 1

@Vivek Yadav ,

As far as i know, There is no difference between both. Both are same.