Back to Devexpress

AppearanceObject.IsEqual(AppearanceObject) Method

windowsforms-devexpress-dot-utils-dot-appearanceobject-dot-isequal-x28-devexpress-dot-utils-dot-appearanceobject-x29.md

latest1.5 KB
Original Source

AppearanceObject.IsEqual(AppearanceObject) Method

Tests whether two objects have the same property values.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public virtual bool IsEqual(
    AppearanceObject val
)
vb
Public Overridable Function IsEqual(
    val As AppearanceObject
) As Boolean

Parameters

NameTypeDescription
valAppearanceObject

The AppearanceObject object to which the current object is compared.

|

Returns

TypeDescription
Boolean

true if the current object has the same property values as the specified object; otherwise, false.

|

See Also

AppearanceObject Class

AppearanceObject Members

DevExpress.Utils Namespace