Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

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

Return Value

Boolean

See Also