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