Show / Hide Table of Contents

Struct CLPlatform

Implements
IEquatable<CLPlatform>
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 CLPlatform : IEquatable<CLPlatform>

Constructors

CLPlatform(IntPtr)

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

Fields

Handle

Declaration
public readonly IntPtr Handle
Field Value
Type Description
IntPtr

Methods

Equals(CLPlatform)

Declaration
public bool Equals(CLPlatform other)
Parameters
Type Name Description
CLPlatform 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 ==(CLPlatform, CLPlatform)

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

implicit operator IntPtr(CLPlatform)

Declaration
public static implicit operator IntPtr(CLPlatform platform)
Parameters
Type Name Description
CLPlatform platform
Returns
Type Description
IntPtr

operator !=(CLPlatform, CLPlatform)

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

Implements

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