Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Compares two images to check whether they are the same.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Shared Function Compare ( _
actualImage As Image, _
expectedImage As Image _
) As Boolean
public static bool Compare(
Image actualImage,
Image expectedImage
)
public:
static bool Compare(
Image^ actualImage,
Image^ expectedImage
)
static member Compare :
actualImage:Image *
expectedImage:Image -> bool
public static function Compare(
actualImage : Image,
expectedImage : Image
) : boolean
Parameters
actualImage
Type: ImageActual image.
expectedImage
Type: ImageExpected image.
Return Value
Type: Boolean
True if the two images are exactly same.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.