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