CornerRadius.

Equals(CornerRadius) Method

Summary

Returns a boolean indicating whether the corner radius is equal to the other given corner radius.
Namespace
Avalonia
Containing Type
CornerRadius

Syntax

public bool Equals(CornerRadius other)

Parameters

Name Type Description
other CornerRadius The other corner radius to test equality against.

Return Value

Type Description
bool True if this corner radius is equal to other; False otherwise.