Equals(Thickness) Method
Returns a boolean indicating whether the thickness is equal to the other given point.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool Equals(
Thickness other
)
Public Function Equals (
other As Thickness
) As Boolean
abstract Equals :
other : Thickness -> bool
override Equals :
other : Thickness -> bool
Parameters
- Thickness
- The other thickness to test equality against.
Return Value
Boolean
True if this thickness is equal to other; False otherwise.