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

AppearanceOptions.IsEqual(AppearanceOptions) Method

Tests whether two objects have the same property values.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public virtual bool IsEqual(
    AppearanceOptions options
)

Parameters

Name Type Description
options AppearanceOptions

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