GridColumnWidth.Equals(Object) Method
In This Article
Determines whether the specified object is equal to the GridColumnWidth instance.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
obj | Object | An object compared with the Grid |
#Returns
Type | Description |
---|---|
Boolean | true if the specified object is equal to the Grid |
See Also