MulticastDelegate.op_Inequality Method
Determines whether the current multicast delegate and another specified delegate are not equal.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
[MethodImplAttribute]
public static bool op_Inequality (
MulticastDelegated1,
MulticastDelegated2
)
Parameters
- d1
The first delegate you want to compare. - d2
The second delegate you want to compare.
Return Value
true if the d1 and d2 parameters contain different invocation lists; otherwise, false.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.
See Also
Reference
MulticastDelegate Class
MulticastDelegate Members
System Namespace