XlsConditionValue
Inequality Operator
|
Checks whether conditions are not equal.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
Parameters
-
first
-
Type:
Spire.Xls
XlsConditionValue
The first condition to compare.
-
second
-
Type:
Spire.Xls
XlsConditionValue
The second condition to compare.
Return Value
Type:
Boolean
true if conditions are not equal.
See Also