Spread Windows Forms 12.0 Product Documentation
Inequality Operator (Fill)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Fill Structure : Inequality Operator
The first value to compare.
The second value to compare.
Returns a value that indicates whether two specified Fill values are not equal.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal left As Fill, _
   ByVal right As Fill _
) As Boolean
'Usage
 
public bool operator !=( 
   Fill left,
   Fill right
)

Parameters

left
The first value to compare.
right
The second value to compare.

Return Value

true if left and right are not equal; otherwise, false.
See Also

Reference

Fill Structure
Fill Members