C# Syntax
public static bool Greater( IComparable arg1, IComparable arg2, string verificationName, string verificationDescription, Image verificationImage )
Parameters
- arg1
- The first value, expected to be the larger number.
- arg2
- The second value, expected to be the smaller number.
- verificationName
- The verification title.
- verificationDescription
- The verification description.
- verificationImage
- An image related to the verification.