ThicknessEquals(Thickness) Method
Returns a boolean indicating whether the thickness is equal to the other given point.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Equals(
Thickness other
)
Public Function Equals (
other As Thickness
) As Boolean
abstract Equals :
other : Thickness -> bool
override Equals :
other : Thickness -> bool
- other Thickness
- The other thickness to test equality against.
BooleanTrue if this thickness is equal to other; False otherwise.
IEquatableTEquals(T)