Table of Contents

Class EmptyTable

Namespace
The.SQL.QIR.Tables
Assembly
Instagile.dll
[MessagePackObject(false)]
public sealed class EmptyTable : Table, IEquatable<Table>
Inheritance
EmptyTable
Implements
Inherited Members

Constructors

EmptyTable()

public EmptyTable()

Methods

Equals(Table?)

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

public override bool Equals(Table? other)

Parameters

other Table

An object to compare with this object.

Returns

bool

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

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.