DiagramAppearanceObject.IsEqual(AppearanceObject) Method
Tests whether two objects have the same property values.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v25.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| val | AppearanceObject | The DiagramAppearanceObject object to which the current object is compared. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the current object has the same property values as the specified object; otherwise, false. |
See Also