System.Delegate.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static extern bool operator ==(Delegate d1, Delegate d2);
        public static extern bool operator !=(Delegate d1, Delegate d2);