Equals Method
Indicates whether the current object is equal to another object of the same type.
Definition
Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
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
Parameters
- Screen
- An object to compare with this object.
Return Value
Boolean
true if the current object is equal to the other parameter; otherwise, false.