[]
        
(Showing Draft Content)

C1.Blazor.Core.C1StyleBackgroundImage.op_Inequality

operator != Operator

operator !=(C1StyleBackgroundImage, C1StyleBackgroundImage)

Compares two C1StyleBackgroundImage structures for inequality.

Declaration
public static bool operator !=(C1StyleBackgroundImage c1, C1StyleBackgroundImage c2)
Parameters
Type Name Description
C1StyleBackgroundImage c1

The first structure to compare.

C1StyleBackgroundImage c2

The other structure to compare.

Returns
Type Description
bool