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