PrintDocument for WinForms
IsColorEquals メソッド (Utils)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Utils クラス : IsColorEquals メソッド
First color.
Second color
Tests whether specified colors are equal.
シンタックス
'宣言
 
Public Shared Function IsColorEquals( _
   ByVal color1 As System.Drawing.Color, _
   ByVal color2 As System.Drawing.Color _
) As System.Boolean
'使用法
 
Dim color1 As System.Drawing.Color
Dim color2 As System.Drawing.Color
Dim value As System.Boolean
 
value = Utils.IsColorEquals(color1, color2)
public static System.bool IsColorEquals( 
   System.Drawing.Color color1,
   System.Drawing.Color color2
)

パラメータ

color1
First color.
color2
Second color

戻り値の型

true if the specified colors are equal, false otherwise.
参照

Utils クラス
Utils メンバ