Skip to main content
All docs
V26.1
  • HslColor.Equality(HslColor, HslColor) Operator

    Determines whether two HslColor structures are equal.

    Namespace: DevExpress.Docs

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public static bool operator ==(HslColor left, HslColor right)

    Parameters

    Name Type Description
    left HslColor

    The first HslColor structure to compare.

    right HslColor

    The second HslColor structure to compare.

    Returns

    Type Description
    Boolean

    true if the specified HslColor structures are equal; otherwise, false.

    See Also