Compares this with another NpgsqlTimeTZ. As per postgres' rules, first the times are compared as if they were both in the same timezone. If they are equal then then timezones are compared (+01:00 being "smaller" than -01:00).
Compares this with another NpgsqlTimeTZ. As per postgres' rules, first the times are compared as if they were both in the same timezone. If they are equal then then timezones are compared (+01:00 being "smaller" than -01:00).
public int CompareTo(NpgsqlTimeTZ);
public int CompareTo(object);
NpgsqlTimeTZ Class | NpgsqlTypes Namespace