Click or drag to resize

UserID Methods

The UserID type exposes the following members.

Methods
  NameDescription
Public methodAsInt32
The int32 representation of the user id
Public methodAsMessageID
Construct a MessageID from this UserID
Public methodAsUInt32
The int32 representation of the user id
Public methodCompareTo(Object)
Compares two UserID objects by comparing the byte representation of the user id
Public methodCompareTo(UserID)
Compares two UserID objects by comparing the byte representation of the user id
Public methodEquals(Object)
Equality operator - compares the byte representation of the user id
(Overrides ValueTypeEquals(Object).)
Public methodEquals(UserID)
Checks equality by comparing the byte representation of the user id
Public methodGetBytes
Returns the underlying byte array
Public methodGetHashCode
The hashcode of the bytes that represents the user id
(Overrides ValueTypeGetHashCode.)
Public methodToString
The string representation of the user id
(Overrides ValueTypeToString.)
Top
See Also