OleObjectType.Equality(OleObjectType, String) 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 | OleObjectType | The first OleObjectType instance to compare. |
right | String | The second OleObjectType instance’s ID string to compare. |
Returns
Type | Description |
---|---|
Boolean | true, if two OleObjectType objects are equal; otherwise, false. |
See Also