Class NpgsqlTsQueryNot
TsQuery Not node.
Implements
Inherited Members
Namespace: NpgsqlTypes
Assembly: Npgsql.dll
Syntax
public sealed class NpgsqlTsQueryNot : NpgsqlTsQuery, IEquatable<NpgsqlTsQuery>
Constructors
NpgsqlTsQueryNot(NpgsqlTsQuery)
Creates a not operator, with a given child node.
Declaration
public NpgsqlTsQueryNot(NpgsqlTsQuery child)
Parameters
Type | Name | Description |
---|---|---|
NpgsqlTsQuery | child |
Properties
Child
Child node
Declaration
public NpgsqlTsQuery Child { get; set; }
Property Value
Type | Description |
---|---|
NpgsqlTsQuery |
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 |