[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CustomFilterItem.Equals

Equals Method

Equals(object)

Determines whether the specified System.Object is equal to the current CustomFilter object.

Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
Type Name Description
object obj

The System.Object to compare with the current System.Object.

Returns
Type Description
bool

true if all settings are equal; otherwise, false. The sheetview setting is not included

Overrides