Click or drag to resize

UserIDCompareTo Method (UserID)

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(
	UserID other
)

Parameters

other
Type: ImmerseSDK.SessionsUserID

Return Value

Type: Int32

Implements

IComparableTCompareTo(T)
See Also