Skip to main content

NearlyEquals Method

Returns a boolean indicating whether the size is equal to the other given size (numerically).

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public bool NearlyEquals(
Size other
)

Parameters

  Size
The other size to test equality against.

Return Value

Boolean
True if this size is equal to other; False otherwise.

See Also

Reference

Size Structure
Avalonia Namespace