Show / Hide Table of Contents

Struct ALContext

Implements
IEquatable<ALContext>
Inherited Members
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK.Audio.OpenAL.dll
Syntax
public struct ALContext : IEquatable<ALContext>

Constructors

ALContext(IntPtr)

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

Fields

Handle

Declaration
public IntPtr Handle
Field Value
Type Description
IntPtr

Null

Declaration
public static readonly ALContext Null
Field Value
Type Description
ALContext

Methods

Equals(ALContext)

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

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

implicit operator IntPtr(ALContext)

Declaration
public static implicit operator IntPtr(ALContext context)
Parameters
Type Name Description
ALContext context
Returns
Type Description
IntPtr

operator !=(ALContext, ALContext)

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

Implements

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