Share via


Delegate.op_Inequality Method

Determines whether the specified delegates are not equal to one another.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

 [MethodImplAttribute]
public static bool op_Inequality (
         Delegate d1,
         Delegate d2
)

Parameters

  • d1
    The first delegate you want to compare.
  • d2
    The second delegate you want to compare.

Return Value

true if d1 is not equal to d2; otherwise, false.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Delegate Class
Delegate Members
System Namespace