On 03/21/2013 03:40 PM, Clinton Stimpson wrote:
> Is there a best practices using existing functionality to always avoid
> automatic dereference when comparing strings?
if("x${LHS}" STREQUAL "x${RHS}")
One can construct pathological cases that will break it but it works
well.
-Brad