MLUUIDBytes
Universally unique identifier, byte array.
Public Methods
override bool Equals
public override bool Equals(
object obj
)
Parameters
Type | Name | Description |
---|---|---|
object | obj |
override int GetHashCode
public override int GetHashCode()
override string ToString
public override string ToString()
bool operator!=
public static bool operator!=(
MLUUIDBytes one,
MLUUIDBytes two
)
Parameters
Type | Name | Description |
---|---|---|
MLUUIDBytes | one | Universally unique identifier, byte array. |
MLUUIDBytes | two | Universally unique identifier, byte array. |
bool operator==
public static bool operator==(
MLUUIDBytes one,
MLUUIDBytes two
)
Parameters
Type | Name | Description |
---|---|---|
MLUUIDBytes | one | Universally unique identifier, byte array. |
MLUUIDBytes | two | Universally unique identifier, byte array. |
Public Attributes
Data
The 16 byte data array.
public byte [] Data;