PixelSizeEquals(PixelSize) Method
Returns a boolean indicating whether the size is equal to the other given size.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Equals(
PixelSize other
)
Public Function Equals (
other As PixelSize
) As Boolean
abstract Equals :
other : PixelSize -> bool
override Equals :
other : PixelSize -> bool
- other PixelSize
- The other size to test equality against.
BooleanTrue if this size is equal to other; False otherwise.
IEquatableTEquals(T)