[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CfIcon.op_Inequality

operator != Operator

operator !=(CfIcon, CfIcon)

Returns a value that indicates whether two specified CfIcon values are not equal.

Declaration
public static bool operator !=(CfIcon icon1, CfIcon icon2)
Public Shared Operator <>(icon1 As CfIcon, icon2 As CfIcon) As Boolean
Parameters
Type Name Description
CfIcon icon1

The first value to compare.

CfIcon icon2

The second value to compare.

Returns
Type Description
bool

true if icon1 and icon2 are not equal; otherwise, false.