[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.HslColor.Equals

Equals Method

Equals(HslColor)

Determines whether the specified HslColor is equal to this instance.

Declaration
public bool Equals(HslColor other)
Public Function Equals(other As HslColor) As Boolean
Parameters
Type Name Description
HslColor other
Returns
Type Description
bool
Implements

Equals(object)

Determines whether the specified object is equal to this instance.

Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides