C# Syntax
public static bool Contains( IEnumerable collection, object expected, string verificationName, string verificationDescription, Image verificationImage )
Parameters
- collection
- The collection to check.
- expected
- The object to search for.
- verificationName
- The verification title.
- verificationDescription
- The verification description.
- verificationImage
- An image related to the verification.