NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Compiler Error C2865

'function' : illegal comparison for references to managed class 'class'

You can compare references to managed types only for equality to see if they refer to the same object (==) or to different objects (!=).

You cannot compare them for ordering because the NGWS runtime might move managed objects at any time, changing the outcome of the test.