Skip to main content

Equals(GridLength) Method

Compares two GridLength structures for equality.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public bool Equals(
GridLength gridLength
)

Parameters

  GridLength
The structure with which to test equality.

Return Value

Boolean
True if the structures are equal, otherwise false.

Implements

IEquatable(T).Equals(T)

See Also

Reference

GridLength Structure
Equals Overload
Avalonia.Controls Namespace