CodeQL library for C#
codeql/csharp-all 0.9.2-dev (changelog, source)
Search

Member predicate ComparisonKind::isCompare

Holds if this is a ternary comparison kind. That is, a comparison of the form compare(x, y, z), where z = 0 if x = y, z < 0 if x < y, and z > 0 if x > y, respectively.

predicate isCompare()