Struct Swapchain
- Namespace
- SharpVulkan
- Assembly
- Lime.dll
public struct Swapchain : IEquatable<Swapchain>
- Implements
- Inherited Members
Fields
Null
public static readonly Swapchain Null
Field Value
Methods
Equals(Swapchain)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(Swapchain other)
Parameters
other
SwapchainAn 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 ==(Swapchain, Swapchain)
public static bool operator ==(Swapchain left, Swapchain right)
Parameters
Returns
operator !=(Swapchain, Swapchain)
public static bool operator !=(Swapchain left, Swapchain right)