Npgsql Api Docs

ServerVersion Less Than Operator 

[Visual Basic]
returnValue = ServerVersion.op_LessThan(One, TheOther)
[C#]
public static bool operator <(
   ServerVersion One,
   ServerVersion TheOther
);

See Also

ServerVersion Class | Npgsql Namespace