Npgsql Api Docs

NpgsqlInterval Equality Operator 

Returns true if two NpgsqlInterval are exactly the same.

[Visual Basic]
returnValue = NpgsqlInterval.op_Equality(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

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

See Also

NpgsqlInterval Class | NpgsqlTypes Namespace