Struct CommandPool
- Namespace
- SharpVulkan
- Assembly
- Lime.dll
public struct CommandPool : IEquatable<CommandPool>
- Implements
- Inherited Members
Fields
Null
public static readonly CommandPool Null
Field Value
Methods
Equals(CommandPool)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(CommandPool other)
Parameters
other
CommandPoolAn object to compare with this object.
Returns
GetHashCode()
Returns the hash code for this instance.
public override int GetHashCode()
Returns
- int
A 32-bit signed integer that is the hash code for this instance.
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.
Operators
operator ==(CommandPool, CommandPool)
public static bool operator ==(CommandPool left, CommandPool right)
Parameters
left
CommandPoolright
CommandPool
Returns
operator !=(CommandPool, CommandPool)
public static bool operator !=(CommandPool left, CommandPool right)
Parameters
left
CommandPoolright
CommandPool