DiagramAppearanceOptions.IsEqual(AppearanceOptions) Method
Tests whether two objects have the same property values.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
options | AppearanceOptions | The DiagramAppearanceOptions 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