Summary
Compares two GridLength structures for equality.
- Namespace
- Avalonia
.Controls - Containing Type
- GridLength
Syntax
public bool Equals(GridLength gridLength)
Parameters
Name | Type | Description |
---|---|---|
gridLength | GridLength | The structure with which to test equality. |
Return Value
Type | Description |
---|---|
bool | True if the structures are equal, otherwise false. |