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

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

Parameters

other
Type: CandlelightColorHSV
The ColorHSV to compare with the current ColorHSV.

Return Value

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

Implements

IEquatableTEquals(T)
See Also