Table of Contents

Struct EventId

Namespace
DotCompute.Backends.CUDA.Execution
Assembly
DotCompute.Backends.CUDA.dll

Unique identifier for CUDA events

public readonly struct EventId : IEquatable<EventId>
Implements
Inherited Members

Methods

Equals(EventId)

Determines equals.

public bool Equals(EventId other)

Parameters

other EventId

The other.

Returns

bool

The result of the operation.

Equals(object?)

Determines equals.

public override bool Equals(object? obj)

Parameters

obj object

The obj.

Returns

bool

The result of the operation.

GetHashCode()

Gets the hash code.

public override int GetHashCode()

Returns

int

The hash code.

New()

Gets new.

public static EventId New()

Returns

EventId

The result of the operation.

ToString()

Gets to string.

public override string ToString()

Returns

string

The result of the operation.

Operators

operator ==(EventId, EventId)

Implements the equality operator to determine whether two values are equal.

public static bool operator ==(EventId left, EventId right)

Parameters

left EventId
right EventId

Returns

bool

operator !=(EventId, EventId)

Implements the inequality operator to determine whether two values are not equal.

public static bool operator !=(EventId left, EventId right)

Parameters

left EventId
right EventId

Returns

bool