Tesla Graphics Engine Documentation (January 2012)
Compare Method (x, y)
TeslaTesla.SceneLightComparerCompare(Light, Light)
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
Declaration Syntax
C#
public int Compare(
	Light x,
	Light y
)
Parameters
x (Light)
The first object to compare.
y (Light)
The second object to compare.
Return Value
Value Condition Less than zero x is less than y. Zero x equals y. Greater than zero x is greater than y.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)