Skip to main content

Equals(IDashStyle) Method

Indicates whether the current object is equal to another object of the same type.

Definition

Namespace: Avalonia.Media.Immutable
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public bool Equals(
IDashStyle? other
)

Parameters

  IDashStyle
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

ImmutableDashStyle Class
Equals Overload
Avalonia.Media.Immutable Namespace