Skip to main content
All docs
V18.2

XlVariantValue.Inequality(XlVariantValue, XlVariantValue) Operator

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public static bool operator !=(XlVariantValue first, XlVariantValue second)

Parameters

Name Type
first XlVariantValue
second XlVariantValue

Returns

Type
Boolean
See Also