Skip to main content
A newer version of this page is available.

UserLookAndFeel.IsEquals(UserLookAndFeel) Method

Tests whether two objects have the same property values.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v19.1.dll

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.

Remarks

The function returns true if the UserLookAndFeel.ParentLookAndFeel, UserLookAndFeel.UseDefaultLookAndFeel, UserLookAndFeel.UseWindowsXPTheme and UserLookAndFeel.Style properties for the two objects have the same values.

IsEquals supports the internal infrastructure and usually you do not need to call it from your code.

See Also