LookUpColumnInfoCollection.Equal(LookUpColumnInfoCollection) Method
Determines whether the specified LookUpColumnInfoCollection is equal to the current LookUpColumnInfoCollection.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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