[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Top10FilterItem.Equals

Equals Method

Equals(object)

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

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

Comparing reference

Returns
Type Description
bool

True when all settings are equal; otherwise, false. The SheetView setting is not included.

Overrides