Click or drag to resize

MessageID Methods

The MessageID type exposes the following members.

Methods
  NameDescription
Public methodAsDescription
Prints out a verbose string with details og the id
Public methodAsHex
Get the MessageID as a Hexidecimal string
Public methodAsUlong
Get the messageID as a ULong
Public methodCompareTo(Object)
Compares two MessageID objects by comparing the byte representation of the message id
Public methodCompareTo(MessageID)
Compares two MessageID objects by comparing the byte representation of the message id
Public methodEquals(Object)
Compares two MessageID objects by comparing their byte representations
(Overrides ValueTypeEquals(Object).)
Public methodEquals(MessageID)
Checks equality by comparing the byte representation of the message id
Public methodGetHashCode
hashcode of this message id
(Overrides ValueTypeGetHashCode.)
Public methodToString
String representation of the ulong value of this message id
(Overrides ValueTypeToString.)
Top
See Also