Click or drag to resize

UserIDEquals Method (UserID)

Checks equality 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 bool Equals(
	UserID other
)

Parameters

other
Type: ImmerseSDK.SessionsUserID

Return Value

Type: Boolean

Implements

IEquatableTEquals(T)
See Also