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!

7.9.8 Delegate equality operators

Every delegate type implicitly provides the following predefined comparison operators, where D is any delegate type:

bool operator ==(D x, D y);
bool operator !=(D x, D y);