RelativeRectEquals(RelativeRect) Method
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Equals(
RelativeRect p
)
Public Function Equals (
p As RelativeRect
) As Boolean
abstract Equals :
p : RelativeRect -> bool
override Equals :
p : RelativeRect -> bool
- p RelativeRect
- The other rectangle.
BooleanTrue if the objects are equal, otherwise false.
IEquatableTEquals(T)