Struct CLEvent
Assembly: OpenTK.Compute.dll
Syntax
public readonly struct CLEvent : IEquatable<CLEvent>
Constructors
CLEvent(IntPtr)
Declaration
public CLEvent(IntPtr handle)
Parameters
Type |
Name |
Description |
IntPtr |
handle |
|
Fields
Handle
Declaration
public readonly IntPtr Handle
Field Value
Methods
Equals(CLEvent)
Declaration
public bool Equals(CLEvent other)
Parameters
Type |
Name |
Description |
CLEvent |
other |
|
Returns
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
operator ==(CLEvent, CLEvent)
Declaration
public static bool operator ==(CLEvent left, CLEvent right)
Parameters
Returns
implicit operator IntPtr(CLEvent)
Declaration
public static implicit operator IntPtr(CLEvent @event)
Parameters
Type |
Name |
Description |
CLEvent |
event |
|
Returns
operator !=(CLEvent, CLEvent)
Declaration
public static bool operator !=(CLEvent left, CLEvent right)
Parameters
Returns
Implements