Class NpgsqlTsQueryOr
- Namespace
- NpgsqlTypes
- Assembly
- Npgsql.dll
TsQuery Or Node.
public sealed class NpgsqlTsQueryOr : NpgsqlTsQueryBinOp, IEquatable<NpgsqlTsQuery>
- Inheritance
-
NpgsqlTsQueryOr
- Implements
- Inherited Members
Constructors
NpgsqlTsQueryOr(NpgsqlTsQuery, NpgsqlTsQuery)
Creates an or operator, with two given child nodes.
public NpgsqlTsQueryOr(NpgsqlTsQuery left, NpgsqlTsQuery right)
Parameters
left
NpgsqlTsQueryright
NpgsqlTsQuery
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()