ScreenEquals(Screen) Method
Indicates whether the current object is equal to another object of the same type.
Namespace: Avalonia.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public virtual bool Equals(
Screen? other
)
Public Overridable Function Equals (
other As Screen
) As Boolean
abstract Equals :
other : Screen -> bool
override Equals :
other : Screen -> bool
- other Screen
- An object to compare with this object.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)