Skip to main content
Version: 20 Mar 2024

MLUUIDBytes

Universally unique identifier, byte array.

Public Methods

override bool Equals

public override bool Equals(
object obj
)

Parameters

TypeNameDescription
objectobj

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

TypeNameDescription
MLUUIDBytesoneUniversally unique identifier, byte array.
MLUUIDBytestwoUniversally unique identifier, byte array.

bool operator==

public static bool operator==(
MLUUIDBytes one,
MLUUIDBytes two
)

Parameters

TypeNameDescription
MLUUIDBytesoneUniversally unique identifier, byte array.
MLUUIDBytestwoUniversally unique identifier, byte array.

Public Attributes

Data

The 16 byte data array.


public byte [] Data;