Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for C#
codeql/csharp-all 5.1.6 (changelog, source)

Predicate signature Make::TestSig::valueMatches

Holds if expected value expectedValue matches actual value actualValue.

This is normally defined as expectedValue = actualValue.

signature predicate valueMatches(string expectedValue, string actualValue)