SpinInfoCompareSpinInfoByCylinderIndex Method
Namespace: BeeMobile.iWheelAssembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
public static int CompareSpinInfoByCylinderIndex(
SpinInfo x,
SpinInfo y
)
Public Shared Function CompareSpinInfoByCylinderIndex (
x As SpinInfo,
y As SpinInfo
) As Integer
- x SpinInfo
- The first SpinInfo object to compare.
- y SpinInfo
- The second SpinInfo object to compare.
Int320, if the objects are equal. 1 if the first is bigger than the second. -1 otherwise.