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)
- C#
- VB
- F#
public bool Equals(
PixelSize other
)
Public Function Equals (
other As PixelSize
) As Boolean
abstract Equals :
other : PixelSize -> bool
override Equals :
other : PixelSize -> bool
Parameters
- PixelSize
- The other size to test equality against.
Return Value
Boolean
True if this size is equal to other; False otherwise.