Click or drag to resize
ColorGradientEquals Method (ColorGradient)
Determines whether the specified ColorGradient is equal to the current ColorGradient.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public bool Equals(
	ColorGradient other
)

Parameters

other
Type: CandlelightColorGradient
The ColorGradient to compare with the current ColorGradient.

Return Value

Type: Boolean
if the specified ColorGradient is equal to the current ColorGradient; otherwise, .

Implements

IEquatableTEquals(T)
See Also