Equals

HSL.Equals method

Determines whether the specified HSL is equal to the current HSL.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe HSL to compare.

Return Value

true if objects are equal; otherwise, false.

See Also