Skip to main content

FixedFieldValueCondition.Equals(Object) Method

Determines whether the current object has the same settings as the specified object.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public override bool Equals(
    object obj
)

Parameters

Name Type Description
obj Object

A FixedFieldValueCondition object to compare with the current object.

Returns

Type Description
Boolean

true if the object specified by the parameter has the same settings as the current object; otherwise, false.

See Also