Npgsql Api Docs

ServerVersion Greater Than Operator 

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

See Also

ServerVersion Class | Npgsql Namespace