Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ParameterValue.Inequality(ParameterValue, ParameterValue) Operator

Compares two ParameterValue objects to determine whether they are not equal.

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public static bool operator !=(ParameterValue value, ParameterValue other)

Parameters

Name Type Description
value ParameterValue

The first ParameterValue instance to compare.

other ParameterValue

The second ParameterValue instance to compare.

Returns

Type Description
Boolean

true, if two ParameterValue objects are not equal; otherwise, false.

See Also