Mono Class Library: System.Delegate Overview | Members

System.Delegate Inequality Operator

Determines whether the specified Delegates are not equal. [Edit]

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

Parameters

d1
The first delegate to compare. [Edit]
d2
The second delegate to compare. [Edit]

Returns

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

Remarks

Note: See Delegate.Equals(object).
[Edit]

Requirements

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