Skip to main content

GridColumnWidth.Equals(GridColumnWidth) Method

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 GridColumnWidth

A GridColumnWidth instance compared with this GridColumnWidth instance.

Returns

Type Description
Boolean

true if the specified GridColumnWidth instance is equal to this GridColumnWidth instance; otherwise false.

See Also