Skip to main content

XRControlStyle.StyleEquals(XRControlStyle) Method

OBSOLETE

Use Equals instead

Determines whether the specified XRControlStyle instance equals the current XRControlStyle instance.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Obsolete("Use Equals instead")]
public bool StyleEquals(
    XRControlStyle style
)

Parameters

Name Type Description
style XRControlStyle

The XRControlStyle object to compare the current object’s properties with.

Returns

Type Description
Boolean

true if the specified style is equal to the current XRControlStyle instance; otherwise, false.

Remarks

The StyleEquals property compares all the style properties of the current and specified XRControlStyle objects and returns the result of the comparison.

See Also