Skip to main content

Equals(PixelSize) Method

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

Definition

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

public bool Equals(
PixelSize other
)

Parameters

  PixelSize
The other size to test equality against.

Return Value

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

Implements

IEquatable(T).Equals(T)

See Also

Reference

PixelSize Structure
Equals Overload
Avalonia Namespace