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