Class NpgsqlTsQueryNot
- Namespace
- NpgsqlTypes
- Assembly
- Npgsql.dll
TsQuery Not node.
public sealed class NpgsqlTsQueryNot : NpgsqlTsQuery, IEquatable<NpgsqlTsQuery>
- Inheritance
-
NpgsqlTsQueryNot
- Implements
- Inherited Members
Constructors
NpgsqlTsQueryNot(NpgsqlTsQuery)
Creates a not operator, with a given child node.
public NpgsqlTsQueryNot(NpgsqlTsQuery child)
Parameters
child
NpgsqlTsQuery
Properties
Child
Child node
public NpgsqlTsQuery Child { get; set; }
Property Value
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.