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
otherEventIdThe other.
Returns
- bool
The result of the operation.
Equals(object?)
Determines equals.
public override bool Equals(object? obj)
Parameters
objobjectThe 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
Returns
operator !=(EventId, EventId)
Implements the inequality operator to determine whether two values are not equal.
public static bool operator !=(EventId left, EventId right)