OleObjectType.Equality(String, OleObjectType) Operator
Compares two OleObjectType structures for equality.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| left | String | The first OleObjectType instance to compare. |
| right | OleObjectType | The second OleObjectType instance to compare. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if two OleObjectType objects are equal; otherwise, false. |
See Also