Skip to main content

UserLookAndFeel.IsEquals(UserLookAndFeel) Method

Tests whether two objects have the same property values.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v21.2.dll

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

Declaration

public virtual bool IsEquals(
    UserLookAndFeel source
)

Parameters

Name Type Description
source UserLookAndFeel

The UserLookAndFeel 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