MulticastDelegateEquals Method |
Determines whether this multicast delegate and the specified object are equal.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public override sealed bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
The object to compare with this instance.
Return Value
Type:
Booleantrue if
obj and this instance have the same invocation lists; otherwise, false.
Exceptions Exception | Condition |
---|
MemberAccessException | Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism. |
See Also