'宣言 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)
パラメータ
- color1
- First color.
- color2
- Second color
戻り値の型
true if the specified colors are equal, false otherwise.