GridLengthEquals(Object) Method
Determines whether the
GridLength is equal to the specified object.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public override bool Equals(
Object? o
)
Public Overrides Function Equals (
o As Object
) As Boolean
abstract Equals :
o : Object -> bool
override Equals :
o : Object -> bool
- o Object
- The object with which to test equality.
BooleanTrue if the objects are equal, otherwise false.