GridLengthEquals(GridLength) Method
Compares two GridLength structures for equality.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool Equals(
GridLength gridLength
)
Public Function Equals (
gridLength As GridLength
) As Boolean
abstract Equals :
gridLength : GridLength -> bool
override Equals :
gridLength : GridLength -> bool
- gridLength GridLength
- The structure with which to test equality.
BooleanTrue if the structures are equal, otherwise false.
IEquatableTEquals(T)