Summary
Compares this instance of DataGridLength with another object.
- Namespace
- Avalonia
.Controls - Containing Type
- DataGridLength
Syntax
public override bool Equals(object obj)
Parameters
Name | Type | Description |
---|---|---|
obj | object | Reference to an object for comparison. |
Return Value
Type | Description |
---|---|
bool | true if this DataGridLength instance has the same value
and unit type as oCompare. |