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

    Determines whether two specified ScRgbColor structures are equal.

    Namespace: DevExpress.Docs

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

    Declaration

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

    Parameters

    Name Type Description
    left ScRgbColor

    The first ScRgbColor structure to compare.

    right ScRgbColor

    The second ScRgbColor structure to compare.

    Returns

    Type Description
    Boolean

    true if the left and right parameters are equal; otherwise, false.

    See Also