|
Arci.Networking
|
Represents 64bit integer as 8 byte values More...
Public Member Functions | |
| PacketGuid () | |
| Creates new Guid instance More... | |
| PacketGuid (UInt64 guid) | |
| Creates new Guid instance from UInt64 value More... | |
| bool | Equals (PacketGuid other) |
| Compares with other Guid value More... | |
| bool | Equals (UInt64 other) |
| Compares with other UInt64 value More... | |
| override bool | Equals (object obj) |
| Compares with other Guid or UInt64 value More... | |
| override int | GetHashCode () |
| Generates hashcode More... | |
Static Public Member Functions | |
| static implicit | operator PacketGuid (UInt64 guid) |
| Conversion operator from UInt64 to Guid More... | |
| static implicit | operator UInt64 (PacketGuid guid) |
| Conversion operator from Guid to UInt64 More... | |
| static bool | operator== (PacketGuid guid1, PacketGuid guid2) |
| Comparsion operator More... | |
| static bool | operator== (PacketGuid guid1, UInt64 guid2) |
| Comparsion operator More... | |
| static bool | operator!= (PacketGuid guid1, PacketGuid guid2) |
| Comparsion operator More... | |
| static bool | operator!= (PacketGuid guid1, UInt64 guid2) |
| Comparsion operator More... | |
Properties | |
| byte | this[int index] [get, set] |
| Allows to get/set value of any byte value of this Guid More... | |
Represents 64bit integer as 8 byte values
| Arci.Networking.Data.PacketGuid.PacketGuid | ( | ) |
Creates new Guid instance
|
inline |
Creates new Guid instance from UInt64 value
| guid | Value to be stored as Guid |
|
inline |
Compares with other Guid value
| other | Value to be compared with |
|
inline |
Compares with other UInt64 value
| other | Value to be compared with |
|
inline |
Compares with other Guid or UInt64 value
| obj | Value to be compared with |
|
inline |
Generates hashcode
|
inlinestatic |
Conversion operator from UInt64 to Guid
| guid | Value to be converted to Guid |
|
inlinestatic |
Conversion operator from Guid to UInt64
| guid | Value to be converted to UInt64 |
|
inlinestatic |
Comparsion operator
| guid1 | First guid value |
| guid2 | Second guid value |
|
inlinestatic |
Comparsion operator
| guid1 | First guid value |
| guid2 | Second UInt64 value |
|
inlinestatic |
Comparsion operator
| guid1 | First guid value |
| guid2 | Second guid value |
|
inlinestatic |
Comparsion operator
| guid1 | First guid value |
| guid2 | Second UInt64 value |
|
getset |
Allows to get/set value of any byte value of this Guid
| index | Byte index |