'Declaration
Public Shared Function AreEqual( _ ByVal c1 As System.Drawing.Color, _ ByVal c2 As System.Drawing.Color, _ ByVal compareAlpha As System.Boolean _ ) As System.Boolean
'Usage
Dim c1 As System.Drawing.Color Dim c2 As System.Drawing.Color Dim compareAlpha As System.Boolean Dim value As System.Boolean value = NColorHelper.AreEqual(c1, c2, compareAlpha)
public static System.bool AreEqual( System.Drawing.Color c1, System.Drawing.Color c2, System.bool compareAlpha )
Parameters
- c1
- c2
- compareAlpha