Udostępnij za pośrednictwem


Metoda ImageComparer.Compare — (Image, Image)

Porównuje dwa obrazy, aby sprawdzić, czy są takie same.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITesting
Zestaw:  Microsoft.VisualStudio.TestTools.UITesting (w Microsoft.VisualStudio.TestTools.UITesting.dll)

Składnia

'Deklaracja
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

Parametry

Wartość zwracana

Typ: System.Boolean
PRAWDA, jeśli dwa obrazy są dokładnie w taki sam.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ImageComparer Klasa

Przeciążenie Compare

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITesting