PixelSize.

Equals(PixelSize) Method

Summary

Returns a boolean indicating whether the size is equal to the other given size.
Namespace
Avalonia
Containing Type
PixelSize

Syntax

public bool Equals(PixelSize other)

Parameters

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

Return Value

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