Npgsql Api Docs

NpgsqlInterval.Equals Method (Object)

Returns true if another object is an NpgsqlInterval, that is exactly the same as this instance

[Visual Basic]
Overrides Overloads Public Function Equals( _
   ByVal obj As Object _
) As Boolean
[C#]
public override bool Equals(
   object obj
);

Parameters

obj
An Object for comparison.

Return Value

true if the argument is an NpgsqlInterval and is exactly the same as this one, false otherwise.

See Also

NpgsqlInterval Class | NpgsqlTypes Namespace | NpgsqlInterval.Equals Overload List