Table of Contents

Class NpgsqlTsQueryFollowedBy

Namespace
NpgsqlTypes
Assembly
Npgsql.dll

TsQuery "Followed by" Node.

public sealed class NpgsqlTsQueryFollowedBy : NpgsqlTsQueryBinOp, IEquatable<NpgsqlTsQuery>
Inheritance
NpgsqlTsQueryFollowedBy
Implements
Inherited Members

Constructors

NpgsqlTsQueryFollowedBy(NpgsqlTsQuery, short, NpgsqlTsQuery)

Creates a "followed by" operator, specifying 2 child nodes and the distance between them in lexemes.

public NpgsqlTsQueryFollowedBy(NpgsqlTsQuery left, short distance, NpgsqlTsQuery right)

Parameters

left NpgsqlTsQuery
distance short
right NpgsqlTsQuery

Properties

Distance

The distance between the 2 nodes, in lexemes.

public short Distance { get; set; }

Property Value

short

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 NpgsqlTsQuery

An object to compare to this instance.

Returns

bool

true if g is equal to this instance; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.