Show / Hide Table of Contents

Struct CommandListDescription

Describes a CommandList, for creation using a ResourceFactory.

Implements
System.IEquatable<CommandListDescription>
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Veldrid
Assembly: cs.temp.dll.dll
Syntax
public struct CommandListDescription : IEquatable<CommandListDescription>

Methods

Equals(CommandListDescription)

Element-wise equality.

Declaration
public bool Equals(CommandListDescription other)
Parameters
Type Name Description
CommandListDescription other

The instance to compare to.

Returns
Type Description
System.Boolean

True if all elements are equal; false otherswise.

GetHashCode()

Returns the hash code for this instance.

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

A 32-bit signed integer that is the hash code for this instance.

Overrides
System.ValueType.GetHashCode()

Implements

System.IEquatable<T>
Back to top