Size.

NearlyEquals(Size) Method

Summary

Returns a boolean indicating whether the size is equal to the other given size (numerically).
Namespace
Avalonia
Containing Type
Size

Syntax

public bool NearlyEquals(Size other)

Parameters

Name Type Description
other Size The other size to test equality against.

Return Value

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