Click or drag to resize
MulticastDelegateEquals Method
Determines whether this multicast delegate and the specified object are equal.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public override sealed bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare with this instance.

Return Value

Type: Boolean
true if obj and this instance have the same invocation lists; otherwise, false.
Exceptions
ExceptionCondition
MemberAccessExceptionCannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.
See Also