Skip to content

Check LhsRhsComparatorEqual

github-actions[bot] edited this page Mar 6, 2024 · 2 revisions

If the left hand side and right hand side of a comparison are the same, the result is always true.

Noncompliant Code Example

_if "abc" = "abc"
_then
    ...
_endif

NOTE: This page is generated. Any changes made to this page through the wiki will be lost in the future.