Npgsql Api Docs

NpgsqlInterval.Equals Method

Returns true if another NpgsqlInterval is exactly the same as this instance.

Overload List

Returns true if another NpgsqlInterval is exactly the same as this instance.

public bool Equals(NpgsqlInterval);

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

public override bool Equals(object);

See Also

NpgsqlInterval Class | NpgsqlTypes Namespace