Show / Hide Table of Contents

Struct CLPipe

Implements
IEquatable<CLPipe>
Inherited Members
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: OpenTK.Compute.OpenCL
Assembly: OpenTK.Compute.dll
Syntax
public readonly struct CLPipe : IEquatable<CLPipe>

Constructors

CLPipe(IntPtr)

Declaration
public CLPipe(IntPtr handle)
Parameters
Type Name Description
IntPtr handle

Fields

Handle

Declaration
public readonly IntPtr Handle
Field Value
Type Description
IntPtr

Methods

Equals(CLPipe)

Declaration
public bool Equals(CLPipe other)
Parameters
Type Name Description
CLPipe other
Returns
Type Description
bool

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
ValueType.Equals(object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
ValueType.GetHashCode()

Operators

operator ==(CLPipe, CLPipe)

Declaration
public static bool operator ==(CLPipe left, CLPipe right)
Parameters
Type Name Description
CLPipe left
CLPipe right
Returns
Type Description
bool

implicit operator IntPtr(CLPipe)

Declaration
public static implicit operator IntPtr(CLPipe pipe)
Parameters
Type Name Description
CLPipe pipe
Returns
Type Description
IntPtr

operator !=(CLPipe, CLPipe)

Declaration
public static bool operator !=(CLPipe left, CLPipe right)
Parameters
Type Name Description
CLPipe left
CLPipe right
Returns
Type Description
bool

Implements

IEquatable<T>
In This Article
Back to top Generated by DocFX