ColorInfoEquality Operator TIBCO Spotfire 7.6 API Reference
Compares two ColorInfo structures for equality.

Namespace: Spotfire.Dxp.Framework.Styles
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public static bool operator ==(
	ColorInfo c1,
	ColorInfo c2
)

Parameters

c1
Type: Spotfire.Dxp.Framework.StylesColorInfo
The first color to compare.
c2
Type: Spotfire.Dxp.Framework.StylesColorInfo
The second color to compare.

Return Value

Type: Boolean
true if c1 and c2 are equal; otherwise, false.
Version Information

Supported in: 7.6, 7.5
See Also

Reference