LLamaSharp/docs/xmldocs/llama.native.llamatoken.md

1.2 KiB

LLamaToken

Namespace: LLama.Native

A single token

public struct LLamaToken

Inheritance ObjectValueTypeLLamaToken
Implements IEquatable<LLamaToken>

Methods

ToString()

string ToString()

Returns

String

GetHashCode()

int GetHashCode()

Returns

Int32

Equals(Object)

bool Equals(object obj)

Parameters

obj Object

Returns

Boolean

Equals(LLamaToken)

bool Equals(LLamaToken other)

Parameters

other LLamaToken

Returns

Boolean