Equals(PlatformHandle) Method
Indicates whether the current object is equal to another object of the same type.
Definition
Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool Equals(
PlatformHandle? other
)
Public Function Equals (
other As PlatformHandle
) As Boolean
abstract Equals :
other : PlatformHandle -> bool
override Equals :
other : PlatformHandle -> bool
Parameters
- PlatformHandle
- An object to compare with this object.
Return Value
Boolean
true if the current object is equal to the other parameter; otherwise, false.
Implements
IEquatable(T).Equals(T)See Also
Reference
PlatformHandle Class
Equals Overload
Avalonia.Platform Namespace