Skip to main content

LookUpColumnInfoCollection.Equal(LookUpColumnInfoCollection) Method

Determines whether the specified LookUpColumnInfoCollection is equal to the current LookUpColumnInfoCollection.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool Equal(
    LookUpColumnInfoCollection columns
)

Parameters

Name Type Description
columns LookUpColumnInfoCollection

The LookUpColumnInfoCollection to compare with the current LookUpColumnInfoCollection.

Returns

Type Description
Boolean

true if the specified LookUpColumnInfoCollection is equal to the current LookUpColumnInfoCollection; otherwise, false.

See Also