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

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

Parameters

other
Type: CandlelightFloatRange
The FloatRange to compare with the current FloatRange.

Return Value

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

Implements

IEquatableTEquals(T)
See Also