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

LinearScaleLevel.IsDifferFrom(LinearScaleLevel) Method

Returns whether the current object has different settings than the specified one.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v19.1.Core.dll

Declaration

public bool IsDifferFrom(
    LinearScaleLevel source
)

Parameters

Name Type Description
source LinearScaleLevel

An object to be compared with the current object.

Returns

Type Description
Boolean

true if the current object has different settings than the specified one; otherwise, false.

See Also