Skip to main content

DiagramAppearanceObject.IsEqual(AppearanceObject) Method

Tests whether two objects have the same property values.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public override bool IsEqual(
    AppearanceObject val
)

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