Version

Compare Method

Compares two appearances
Syntax
'Declaration
 
Public Shared Function Compare( _
   ByVal app1 As Appearance, _
   ByVal app2 As Appearance, _
   Optional ByVal imageList1 As ImageList, _
   Optional ByVal imageList2 As ImageList _
) As Boolean
public static bool Compare( 
   Appearance app1,
   Appearance app2,
   ImageList imageList1,
   ImageList imageList2
)

Parameters

app1
First appearance to compare
app2
Second appearance to compare
imageList1
The System.Windows.Forms.ImageList containing images for the first provided appearance
imageList2
The System.Windows.Forms.ImageList containing images for the second provided appearance

Return Value

System.Boolean showing is the two provided appearances are same
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also