RelativePointEquals(Object) Method

Checks if the RelativePoint equals another object.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
The other object.

Return Value

Boolean
True if the objects are equal, otherwise false.

See Also