DataGridLengthEquals(Object) Method
Compares this instance of DataGridLength with another object.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
- obj Object
- Reference to an object for comparison.
Booleantrue if this DataGridLength instance has the same value
and unit type as oCompare.