Equals(RelativeRect) Method
Checks if the RelativeRect equals another rectangle.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool Equals(
RelativeRect p
)
Public Function Equals (
p As RelativeRect
) As Boolean
abstract Equals :
p : RelativeRect -> bool
override Equals :
p : RelativeRect -> bool
Parameters
- RelativeRect
- The other rectangle.
Return Value
Boolean
True if the objects are equal, otherwise false.