Equals(PixelRect) Method
Returns a boolean indicating whether the rect is equal to the other given rect.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool Equals(
PixelRect other
)
Public Function Equals (
other As PixelRect
) As Boolean
abstract Equals :
other : PixelRect -> bool
override Equals :
other : PixelRect -> bool
Parameters
- PixelRect
- The other rect to test equality against.
Return Value
Boolean
True if this rect is equal to other; False otherwise.