This topic has not yet been rated - Rate this topic

Delegate Operators

.NET Framework 1.1

The operators of the Delegate class are listed here. For a complete list of Delegate class members, see the Delegate Members topic.

Public Operators

public operatorstatic (Shared in Visual Basic)Equality Operator

Supported by the .NET Compact Framework.

Determines whether the specified delegates are equal.
public operatorstatic (Shared in Visual Basic)Inequality Operator

Supported by the .NET Compact Framework.

Determines whether the specified delegates are not equal.

See Also

Delegate Class | System Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.