Class NpgsqlTsQueryEmpty
- Namespace
- NpgsqlTypes
- Assembly
- Npgsql.dll
Represents an empty tsquery. Should only be used as top node.
public sealed class NpgsqlTsQueryEmpty : NpgsqlTsQuery, IEquatable<NpgsqlTsQuery>
- Inheritance
-
NpgsqlTsQueryEmpty
- Implements
- Inherited Members
Constructors
NpgsqlTsQueryEmpty()
Creates a tsquery that represents an empty query. Should not be used as child node.
public NpgsqlTsQueryEmpty()
Methods
Equals(NpgsqlTsQuery?)
Returns a value indicating whether this instance and a specified NpgsqlTsQuery object represent the same value.
public override bool Equals(NpgsqlTsQuery? other)
Parameters
other
NpgsqlTsQueryAn object to compare to this instance.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.