Mono Class Library: System.Delegate Overview | Members

System.Delegate Inequality Operator

Determines whether the specified Delegates are not equal.

public static bool operator!= (Delegate d1, Delegate d2)

Parameters

d1
The first delegate to compare.
d2
The second delegate to compare.

Returns

true if d1.Equals(d2) returns false; otherwise, false.

Remarks

Note: See Delegate.Equals(object).

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0