Summary
Compares this instance of DataGridLength with another instance.
- Namespace
- Avalonia
.Controls - Containing Type
- DataGridLength
Syntax
public bool Equals(DataGridLength other)
Parameters
Name | Type | Description |
---|---|---|
other | DataGridLength | DataGridLength length instance to compare. |
Return Value
Type | Description |
---|---|
bool | true if this DataGridLength instance has the same value
and unit type as gridLength. |