Skip to main content

RangeCollection.IsDifferFrom(RangeCollection) Method

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

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

public bool IsDifferFrom(
    RangeCollection ranges
)

Parameters

Name Type Description
ranges RangeCollection

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