ParameterValue.Equality(ParameterValue, ParameterValue) Operator
Compares two ParameterValue objects for equality.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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