バージョン

Compare メソッド

2 つの外観を比較します。
シンタックス
'宣言
 
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
)

パラメータ

app1
比較する最初の外観。
app2
比較する 2 つめの外観。
imageList1
最初に提供された外観の画像を含む System.Windows.Forms.ImageList
imageList2
2 番目に提供された外観の画像を含む System.Windows.Forms.ImageList

戻り値の型

提供された 2 つの外観が同じかどうかを示す System.Boolean
参照