Skip to main content
A newer version of this page is available. .

LookUpColumnInfoCollection.Equal(LookUpColumnInfoCollection) Method

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

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