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