Table of Contents

Struct QueryPool

Namespace
SharpVulkan
Assembly
Lime.dll
public struct QueryPool : IEquatable<QueryPool>
Implements
Inherited Members

Fields

Null

public static readonly QueryPool Null

Field Value

QueryPool

Methods

Equals(QueryPool)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(QueryPool other)

Parameters

other QueryPool

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

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 ==(QueryPool, QueryPool)

public static bool operator ==(QueryPool left, QueryPool right)

Parameters

left QueryPool
right QueryPool

Returns

bool

operator !=(QueryPool, QueryPool)

public static bool operator !=(QueryPool left, QueryPool right)

Parameters

left QueryPool
right QueryPool

Returns

bool