Click or drag to resize
ColorGradientEquality Operator
Gets a value indicating whether or not the two ColorGradients are equal to one another.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static bool operator ==(
	ColorGradient cg1,
	ColorGradient cg2
)

Parameters

cg1
Type: CandlelightColorGradient
The first ColorGradient.
cg2
Type: CandlelightColorGradient
The second ColorGradient.

Return Value

Type: Boolean
if the two ColorGradients are equal; otherwise, .
See Also