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