GraphMessageId Class
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 8.0.9673)
Represents Graph message ID.
Syntax
public class GraphMessageId : IEquatable<GraphMessageId>
Implements
Inherited Members
Constructors
| Name | Description |
|---|---|
| GraphMessageId(String, String) | Initializes a new instance of the GraphMessageId class. |
Methods
| Name | Description |
|---|---|
| Equals(GraphMessageId) | Determines whether the specified Graph ID is equal to this Graph ID. |
| Equals(Object) | Determines whether the specified |
| GetHashCode() | Gets a hash code of this object. |
| ToString() | Returns a string representation of this object. |
Operators
| Name | Description |
|---|---|
| Implicit(GraphMessageId to String) | Converts an GraphMessageId to a String. |
| Implicit(String to GraphMessageId) | Converts a String to an GraphMessageId. |