Skip to main content
All docs
V26.1
  • HslColor.Equals(Object) Method

    Indicates whether the current HslColor object is equal to another object.

    Namespace: DevExpress.Docs

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

    Declaration

    public override bool Equals(
        object obj
    )

    Parameters

    Name Type Description
    obj Object

    The object to compare with the current object.

    Returns

    Type Description
    Boolean

    true if the current object is equal to the obj parameter; otherwise, false.

    See Also