Skip to main content

ParameterValue.Equality(ParameterValue, ParameterValue) Operator

Compares two ParameterValue objects for equality.

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 equal; otherwise, false.

See Also