GridColumnWidth.Equals(GridColumnWidth) Method
In This Article
Determines whether the specified GridColumnWidth instance is equal to this GridColumnWidth instance.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public bool Equals(
GridColumnWidth other
)
#Parameters
Name | Type | Description |
---|---|---|
other | Grid |
A Grid |
#Returns
Type | Description |
---|---|
Boolean | true if the specified Grid |
See Also