Equals(Object) Method
Determines whether the specified object is equal to the current object.
Definition
Namespace: Avalonia.Media.Immutable
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 object.
Return Value
Boolean
true if the specified object is equal to the current object; otherwise, false.
See Also
Reference
ImmutableDashStyle Class
Equals Overload
Avalonia.Media.Immutable Namespace