SpinInfoCompareSpinInfoByCylinderIndex Method

Comparer for SpinInfo objects.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public static int CompareSpinInfoByCylinderIndex(
	SpinInfo x,
	SpinInfo y
)

Parameters

x  SpinInfo
The first SpinInfo object to compare.
y  SpinInfo
The second SpinInfo object to compare.

Return Value

Int32
0, if the objects are equal. 1 if the first is bigger than the second. -1 otherwise.

Remarks

Objects are compared by CylinderIndex property.

See Also