UniqueId
Struct in LogicToolkit / Inherits from: System.ValueType
Implements interfaces: System.IEquatable<UniqueId>
Description
Structure that handles unique IDs
Methods
| Method Name | Description |
|---|---|
| Equals | Determine equality |
| GetHashCode | Get the hash code. |
| ToString | Get string |
Static Properties
| Property Name | Description |
|---|---|
| Empty | Return empty ID |
Static Methods
| Method Name | Description |
|---|---|
| NewId | Create a new ID |
Operators
| Operator Name | Description |
|---|---|
| operator != | Determine whether they are not equal |
| operator == | Determine equality |