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()
public override int GetHashCode()