Table of Contents

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 NpgsqlTsQuery
right NpgsqlTsQuery

Methods

Equals(NpgsqlTsQuery?)

public override bool Equals(NpgsqlTsQuery? other)

Parameters

other NpgsqlTsQuery

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int