Click or drag to resize

UserIDCompareTo Method (Object)

Compares two UserID objects by comparing the byte representation of the user id

Namespace:  ImmerseSDK.Sessions
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public int CompareTo(
	Object obj
)

Parameters

obj
Type: SystemObject

Return Value

Type: Int32

Implements

IComparableCompareTo(Object)
See Also