Npgsql API Documentation

ServerVersion Less Than Operator 

[This is preliminary documentation and subject to change.]

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

See Also

ServerVersion Class | Npgsql Namespace