Equals(Object) Method
Indicates whether this instance and a specified object are equal.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public override bool Equals(
Object? obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- Object
- The object to compare with the current instance.
Return Value
Boolean
true if obj and this instance are the same type and represent the same value; otherwise, false.