Thickness.

Equals(Thickness) Method

Summary

Returns a boolean indicating whether the thickness is equal to the other given point.
Namespace
Avalonia
Containing Type
Thickness

Syntax

public bool Equals(Thickness other)

Parameters

Name Type Description
other Thickness The other thickness to test equality against.

Return Value

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