Skip to content

LLamaSeqId

Namespace: LLama.Native

ID for a sequence in a batch

1
public struct LLamaSeqId

Inheritance ObjectValueTypeLLamaSeqId
Implements IEquatable<LLamaSeqId>

Fields

Value

The raw value

1
public int Value;

Zero

LLamaSeqId with value 0

1
public static LLamaSeqId Zero;

Methods

ToString()

1
string ToString()

Returns

String

GetHashCode()

1
int GetHashCode()

Returns

Int32

Equals(Object)

1
bool Equals(object obj)

Parameters

obj Object

Returns

Boolean

Equals(LLamaSeqId)

1
bool Equals(LLamaSeqId other)

Parameters

other LLamaSeqId

Returns

Boolean