Class NpgsqlTsQueryOr
TsQuery Or Node.
Implements
Inherited Members
Namespace: NpgsqlTypes
Assembly: Npgsql.dll
Syntax
public sealed class NpgsqlTsQueryOr : NpgsqlTsQueryBinOp, IEquatable<NpgsqlTsQuery>
Constructors
NpgsqlTsQueryOr(NpgsqlTsQuery, NpgsqlTsQuery)
Creates an or operator, with two given child nodes.
Declaration
public NpgsqlTsQueryOr(NpgsqlTsQuery left, NpgsqlTsQuery right)
Parameters
Type | Name | Description |
---|---|---|
NpgsqlTsQuery | left | |
NpgsqlTsQuery | right |
Methods
Equals(NpgsqlTsQuery)
Returns a value indicating whether this instance and a specified NpgsqlTsQuery object represent the same value.
Declaration
public override bool Equals(NpgsqlTsQuery other)
Parameters
Type | Name | Description |
---|---|---|
NpgsqlTsQuery | other | An object to compare to this instance. |
Returns
Type | Description |
---|---|
Boolean | true if g is equal to this instance; otherwise, false. |
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 |