System.MulticastDelegate public abstract class MulticastDelegate : Delegate Documentation Code namespace System { public abstract class MulticastDelegate : Delegate { protected MulticastDelegate(object target, string method); protected MulticastDelegate(Type target, string method); public static bool operator ==(MulticastDelegate d1, MulticastDelegate d2); public static bool operator !=(MulticastDelegate d1, MulticastDelegate d2); } }