Npgsql Api Docs

NpgsqlInterval Inequality Operator 

Returns false if two NpgsqlInterval are exactly the same.

[Visual Basic]
returnValue = NpgsqlInterval.op_Inequality(x, y)
[C#]
public static bool operator !=(
   NpgsqlInterval x,
   NpgsqlInterval y
);

Parameters

x
The first NpgsqlInterval to compare.
y
The second NpgsqlInterval to compare.

Return Value

false if the two arguments are exactly the same, true otherwise.

See Also

NpgsqlInterval Class | NpgsqlTypes Namespace