Returns true if two queries equal by their content. Ignores extra whitespaces and comments within the comparison
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- query1
- Type: System String
First query
- query2
- Type: System String
Second query
- returnDifference (Optional)
- Type: System Boolean
If true, the difference (remainders that don't match) are returned through original values
Return Value
Type: BooleanSee Also