C# Syntax
public static bool AreNotEqualIgnoringCase( string expected, string actual, string verificationName, string verificationDescription, Image verificationImage )
Parameters
- expected
- The expected string.
- actual
- The actual string.
- verificationName
- The verification title.
- verificationDescription
- The verification description.
- verificationImage
- An image related to the verification.