Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public static bool operator !=(
	CellAdressInfo a,
	CellAdressInfo b
)
Public Shared Operator <> ( 
	a As CellAdressInfo,
	b As CellAdressInfo
) As Boolean
public:
static bool operator !=(
	CellAdressInfo^ a, 
	CellAdressInfo^ b
)
static let inline (<>)
        a : CellAdressInfo * 
        b : CellAdressInfo  : bool

Return Value

Boolean

See Also