Skip to main content

ParameterValue.Inequality(ParameterValue, ParameterValue) Operator

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

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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