Compare the specified Object is equal to the another Object.

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

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