Skip to main content

Equals(Thickness) Method

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

Definition

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

public bool Equals(
Thickness other
)

Parameters

  Thickness
The other thickness to test equality against.

Return Value

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

Implements

IEquatable(T).Equals(T)

See Also

Reference

Thickness Structure
Equals Overload
Avalonia Namespace