| MessagePackExtendedTypeObject Structure |
Namespace: MsgPack
The MessagePackExtendedTypeObject type exposes the following members.
| Name | Description | |
|---|---|---|
| MessagePackExtendedTypeObject |
Initializes a new instance of the MessagePackExtendedTypeObject struct.
|
| Name | Description | |
|---|---|---|
| IsValid |
Gets a value indicating whether this instance is valid.
| |
| TypeCode |
Gets a type code of this object.
|
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
| Equals(MessagePackExtendedTypeObject) |
Determines whether the specified MessagePackExtendedTypeObject is equal to this instance.
| |
| GetBody |
Gets a copy of the binary value portion of this object.
| |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
| ToString |
Returns a String that represents this instance.
(Overrides ValueTypeToString.) | |
| Unpack |
Creates a new instance of the MessagePackExtendedTypeObject struct.
|
| Name | Description | |
|---|---|---|
| Equality |
Determines whether the specified MessagePackExtendedTypeObjects are equal.
| |
| Inequality |
Determines whether the specified MessagePackExtendedTypeObjects are not equal.
|