Class EmptyTable
[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
otherTableAn object to compare with this object.
Returns
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.