Skip to main content

AppImage class

Platform: Images
Language: Csharp


An object returned by check methods such as Check to indicate if the check succeeded.

Using statement

using Applitools;

IsMatch property

Syntax

bool value = obj.IsMatch;

Type: bool

A return value of true indicates that the checkpoint matched, or is a new checkpoint. The meaning of a return value of false depends if this is the first checkpoint to return this value or not. For the first checkpoint that returns a value of false, the implication is that there was a mismatch. The test may choose to recapture the image and resend it (when using a check that supports this feature). Once one checkpoint has returned false, all the following checkpoints will also return false. This does not mean that the checkpoint mismatched, only that Eyes will only know the final status of the checkpoint at the end of the test. If required, the actual result of the checkpoint should be obtained from the StepInfo object in the TestResults returned by the Close method.