Hi,
Please refer “DeveloperUserGuide.pdf” Page no 433
Operator Syntax Description
= a = b Equal to.
This example… Evaluates to true if…
customerID = “webMethods”
The value of the customerId variable is “webMethods.”
Operator Syntax Description
== a == b Equal to.
This example… Evaluates to true if…
sku == “WM001” The value of the sku variable is
“WM001.”"
Both are Same, or can anybody tell what is the reason for keeping both operators ? if they serve same perpose
Or what is the difference between both operators ?
NOTE: From Developer perspective i kow the difference.
Regards,
Puneet Saxena
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services