'Declaration
Public Operator <>( _ ByVal c1 As C1StyleLinearGradientDirection, _ ByVal c2 As C1StyleLinearGradientDirection _ ) As Boolean
public bool operator !=( C1StyleLinearGradientDirection c1, C1StyleLinearGradientDirection c2 )
Parameters
- c1
- The first structure to compare.
- c2
- The other structure to compare.