Spread Windows Forms 12.0 Product Documentation
Inequality Operator (Font)


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

Font Structure
Font Members